javax.enterprise.context
Annotation Type Destroyed


@Qualifier
@Target(value={TYPE,METHOD,PARAMETER,FIELD})
@Retention(value=RUNTIME)
@Documented
public @interface Destroyed

The @Destroyed qualifier.

Author:
Pete Muir
See Also:
Destroyed

Required Element Summary
 java.lang.Class<? extends java.lang.annotation.Annotation> value
          The scope for which to observe initialization
 

Element Detail

value

public abstract java.lang.Class<? extends java.lang.annotation.Annotation> value
The scope for which to observe initialization



Copyright © 2008-2011 JBoss by Red Hat, Inc.. All Rights Reserved.