public class StereotypeModel<T extends java.lang.annotation.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) |
java.lang.annotation.Annotation |
getDefaultScopeType()
Get the default scope type the stereotype specifies
|
java.util.Set<java.lang.annotation.Annotation> |
getInheritedStereotypes() |
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
|
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)
protected void init(EnhancedAnnotation<T> annotatedAnnotation)
AnnotationModelinit in class AnnotationModel<T extends java.lang.annotation.Annotation>protected void check(EnhancedAnnotation<T> annotatedAnnotation)
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> getInheritedStereotypes()
public java.util.Set<java.lang.annotation.Annotation> getMetaAnnotations()
Copyright © 2014. All Rights Reserved.