T - public abstract class ForwardingBeanAttributes<T> extends Object implements javax.enterprise.inject.spi.BeanAttributes<T>
BeanAttributes.| Constructor and Description |
|---|
ForwardingBeanAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract javax.enterprise.inject.spi.BeanAttributes<T> |
attributes() |
boolean |
equals(Object obj) |
String |
getName() |
Set<Annotation> |
getQualifiers() |
Class<? extends Annotation> |
getScope() |
Set<Class<? extends Annotation>> |
getStereotypes() |
Set<Type> |
getTypes() |
int |
hashCode() |
boolean |
isAlternative() |
protected abstract javax.enterprise.inject.spi.BeanAttributes<T> attributes()
public Set<Type> getTypes()
getTypes in interface javax.enterprise.inject.spi.BeanAttributes<T>public Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.BeanAttributes<T>public Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.BeanAttributes<T>public String getName()
getName in interface javax.enterprise.inject.spi.BeanAttributes<T>public Set<Class<? extends Annotation>> getStereotypes()
getStereotypes in interface javax.enterprise.inject.spi.BeanAttributes<T>public boolean isAlternative()
isAlternative in interface javax.enterprise.inject.spi.BeanAttributes<T>Copyright © 2008-2013 Seam Framework. All Rights Reserved.