@Qualifier @Target(value={TYPE,METHOD,PARAMETER,FIELD}) @Retention(value=RUNTIME) @Documented public @interface Destroyed
The @Destroyed
qualifier.
Initialized
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 © 2008-2016 JBoss by Red Hat, Inc.. All Rights Reserved.