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> |
getInheritedStereotypes() |
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, toString
public StereotypeModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation)
protected void init(EnhancedAnnotation<T> annotatedAnnotation)
AnnotationModel
init
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> getInheritedStereotypes()
public Set<Annotation> getMetaAnnotations()
Copyright © 2016. All rights reserved.