@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
Comments to: cdi-dev@eclipse.org.
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.