Constructor and Description |
---|
MetaAnnotationStore(ClassTransformer classTransformer) |
Modifier and Type | Method and Description |
---|---|
void |
cleanup()
Called by Weld when it is shutting down, allowing the service to perform any cleanup needed.
|
void |
clearAnnotationData(Class<? extends Annotation> annotationClass)
removes all data for an annotation class.
|
<T extends Annotation> |
getBindingTypeModel(Class<T> bindingType)
Gets a binding type model.
|
<T extends Annotation> |
getInterceptorBindingModel(Class<T> interceptorBinding) |
<T extends Annotation> |
getScopeModel(Class<T> scope)
Gets a scope model
Adds the model if it is not present.
|
<T extends Annotation> |
getStereotype(Class<T> stereotype)
Gets a stereotype model
Adds the model if it is not present.
|
String |
toString()
Gets a string representation
|
public MetaAnnotationStore(ClassTransformer classTransformer)
public void clearAnnotationData(Class<? extends Annotation> annotationClass)
public <T extends Annotation> StereotypeModel<T> getStereotype(Class<T> stereotype)
T
- The typestereotype
- The stereotypepublic <T extends Annotation> ScopeModel<T> getScopeModel(Class<T> scope)
T
- The typescope
- The scope typepublic <T extends Annotation> QualifierModel<T> getBindingTypeModel(Class<T> bindingType)
T
- The typebindingType
- The binding typepublic String toString()
public void cleanup()
Service
public <T extends Annotation> InterceptorBindingModel<T> getInterceptorBindingModel(Class<T> interceptorBinding)
Copyright © 2013 Seam Framework. All Rights Reserved.