public class StereotypeModel<T extends java.lang.annotation.Annotation> extends AnnotationModel<T>
valid| Constructor and Description |
|---|
StereotypeModel(java.lang.Class<T> sterotype,
ClassTransformer transformer)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
check() |
java.lang.annotation.Annotation |
getDefaultScopeType()
Get the default scope type the stereotype specifies
|
java.util.Set<java.lang.annotation.Annotation> |
getInheritedSterotypes() |
java.util.Set<java.lang.annotation.Annotation> |
getInterceptorBindings()
Get any interceptor bindings the the stereotype specifies
|
java.util.Set<java.lang.annotation.Annotation> |
getMetaAnnotations() |
protected java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> |
getMetaAnnotationTypes()
Gets the meta-annotation type
|
boolean |
isAlternative() |
boolean |
isBeanNameDefaulted()
Indicates if the bean name is defaulted
|
getAnnotatedAnnotation, getRawType, init, initType, initValid, isValid, toStringpublic StereotypeModel(java.lang.Class<T> sterotype, ClassTransformer transformer)
sterotype - The stereotypeprotected void check()
check in class AnnotationModel<T extends java.lang.annotation.Annotation>public java.lang.annotation.Annotation getDefaultScopeType()
public java.util.Set<java.lang.annotation.Annotation> getInterceptorBindings()
public boolean isBeanNameDefaulted()
protected java.util.Set<java.lang.Class<? extends java.lang.annotation.Annotation>> getMetaAnnotationTypes()
getMetaAnnotationTypes in class AnnotationModel<T extends java.lang.annotation.Annotation>public boolean isAlternative()
public java.util.Set<java.lang.annotation.Annotation> getInheritedSterotypes()
public java.util.Set<java.lang.annotation.Annotation> getMetaAnnotations()
Copyright © 2014 Seam Framework. All Rights Reserved.