|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.weld.metadata.cache.AnnotationModel<T>
org.jboss.weld.metadata.cache.StereotypeModel<T>
public class StereotypeModel<T extends Annotation>
A meta model for a stereotype, allows us to cache a stereotype and to validate it
Field Summary |
---|
Fields inherited from class org.jboss.weld.metadata.cache.AnnotationModel |
---|
valid |
Constructor Summary | |
---|---|
StereotypeModel(Class<T> sterotype,
ClassTransformer transformer)
Constructor |
Method Summary | |
---|---|
protected void |
check()
|
Annotation |
getDefaultScopeType()
Get the default scope type the stereotype specifies |
Set<Annotation> |
getInheritedSterotypes()
|
Set<Annotation> |
getInterceptorBindings()
Get any interceptor bindings the the stereotype specifies |
Set<Annotation> |
getMetaAnnotations()
|
protected Set<Class<? extends Annotation>> |
getMetaAnnotationTypes()
Gets the meta-annotation type |
boolean |
isAlternative()
|
boolean |
isBeanNameDefaulted()
Indicates if the bean name is defaulted |
Methods inherited from class org.jboss.weld.metadata.cache.AnnotationModel |
---|
getAnnotatedAnnotation, getRawType, init, initType, initValid, isValid, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StereotypeModel(Class<T> sterotype, ClassTransformer transformer)
sterotype
- The stereotypeMethod Detail |
---|
protected void check()
check
in class AnnotationModel<T extends Annotation>
public Annotation getDefaultScopeType()
public Set<Annotation> getInterceptorBindings()
public boolean isBeanNameDefaulted()
protected Set<Class<? extends Annotation>> getMetaAnnotationTypes()
getMetaAnnotationTypes
in class AnnotationModel<T extends Annotation>
public boolean isAlternative()
public Set<Annotation> getInheritedSterotypes()
public Set<Annotation> getMetaAnnotations()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |