public class StereotypeModel<T extends Annotation> extends AnnotationModel<T>
valid
Constructor and Description |
---|
StereotypeModel(Class<T> sterotype,
ClassTransformer transformer)
Constructor
|
Modifier and Type | Method and Description |
---|---|
protected void |
check() |
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
|
boolean |
isAlternative() |
boolean |
isBeanNameDefaulted()
Indicates if the bean name is defaulted
|
getAnnotatedAnnotation, getRawType, init, initType, initValid, isValid, toString
public StereotypeModel(Class<T> sterotype, ClassTransformer transformer)
sterotype
- The stereotypeprotected void check()
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.