public class StereotypeModel<T extends Annotation> extends AnnotationModel<T>
valid| Constructor and Description |
|---|
StereotypeModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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 |
check(EnhancedAnnotation<T> annotatedAnnotation) |
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 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 © 2017. All rights reserved.