public class StereotypeModel<T extends Annotation> extends AnnotationModel<T>
valid| Constructor and Description |
|---|
StereotypeModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
check(EnhancedAnnotation<T> annotatedAnnotation) |
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
|
protected void |
init(EnhancedAnnotation<T> annotatedAnnotation)
Initializes the type and validates it
|
boolean |
isAlternative() |
boolean |
isBeanNameDefaulted()
Indicates if the bean name is defaulted
|
getAnnotatedAnnotation, getRawType, initType, initValid, isValid, toStringpublic StereotypeModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation)
sterotype - The stereotypeprotected void init(EnhancedAnnotation<T> annotatedAnnotation)
AnnotationModelinit in class AnnotationModel<T extends Annotation>protected void check(EnhancedAnnotation<T> annotatedAnnotation)
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()
Copyright © 2013 Seam Framework. All Rights Reserved.