@Qualifier @Target(value={TYPE,METHOD,PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented public @interface Destroyed
Initialized
,
BeforeDestroyed
Modifier and Type | Required Element and Description |
---|---|
Class<? extends Annotation> |
value
The scope for which to observe destruction
|
public abstract Class<? extends Annotation> value
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.