public abstract class AbstractBindingModel<T extends Annotation> extends AnnotationModel<T>
valid| Constructor and Description |
|---|
AbstractBindingModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
Set<AnnotatedMethod<?>> |
getNonBindingMembers()
Gets the non-binding types
|
protected void |
init(EnhancedAnnotation<T> annotatedAnnotation)
Initializes the type and validates it
|
protected void |
initNonBindingMembers(EnhancedAnnotation<T> annotatedAnnotation) |
check, getAnnotatedAnnotation, getMetaAnnotationTypes, getRawType, initType, initValid, isValid, toStringpublic AbstractBindingModel(EnhancedAnnotation<T> enhancedAnnotatedAnnotation)
protected void init(EnhancedAnnotation<T> annotatedAnnotation)
AnnotationModelinit in class AnnotationModel<T extends Annotation>protected void initNonBindingMembers(EnhancedAnnotation<T> annotatedAnnotation)
public Set<AnnotatedMethod<?>> getNonBindingMembers()
Copyright © 2015. All Rights Reserved.