T
- the class of the bean instancepublic interface BeanAttributes<T>
Modifier and Type | Method and Description |
---|---|
String |
getName()
Obtains the EL name of a bean, if it has one.
|
Set<Annotation> |
getQualifiers()
Obtains the qualifiers of the bean.
|
Class<? extends Annotation> |
getScope()
Obtains the scope of the bean.
|
Set<Class<? extends Annotation>> |
getStereotypes()
Obtains the stereotypes of the bean.
|
Set<Type> |
getTypes()
Obtains the bean types of the bean.
|
boolean |
isAlternative()
Determines if the bean is an alternative.
|
boolean |
isNullable()
Determines if
Contextual.create(CreationalContext)
sometimes return a null value. |
Set<Type> getTypes()
Set<Annotation> getQualifiers()
Class<? extends Annotation> getScope()
Set<Class<? extends Annotation>> getStereotypes()
boolean isAlternative()
boolean isNullable()
Contextual.create(CreationalContext)
sometimes return a null value.create()
method may return a null value, and
false otherwiseCopyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.