javax.enterprise.context
Annotation Type Initialized


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

The @Initialized qualifier.

Author:
Pete Muir
See Also:
Destroyed

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

Element Detail

value

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



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