T
- bean representation typepublic interface Bean<T> extends Contextual<T>, BeanAttributes<T>
Modifier and Type | Method and Description |
---|---|
Class<?> |
getBeanClass()
Returns class of bean.
|
Set<InjectionPoint> |
getInjectionPoints()
Returns all injection points of this bean.
|
boolean |
isNullable()
Deprecated.
since CDI-1.1. This should be ignored by the container from now on.
|
create, destroy
getName, getQualifiers, getScope, getStereotypes, getTypes, isAlternative
Set<InjectionPoint> getInjectionPoints()
Class<?> getBeanClass()
boolean isNullable()
Nullable means that if producer bean api type is primitive, its nullable property will be false.
Copyright © 2017. All rights reserved.