protected AnnotationInclusion |
AnnotationConfiguration.StdConfiguration._inclusionFor(Class<? extends Annotation> annotationType) |
|
abstract AnnotationInclusion |
AnnotationConfiguration.getInclusionForClass(Class<? extends Annotation> annotationType) |
Method called to figure out how to handle instances of specified annotation
type when used as class annotation.
|
AnnotationInclusion |
AnnotationConfiguration.StdConfiguration.getInclusionForClass(Class<? extends Annotation> annotationType) |
|
abstract AnnotationInclusion |
AnnotationConfiguration.getInclusionForConstructor(Class<? extends Annotation> annotationType) |
Method called to figure out how to handle instances of specified annotation
type when used as constructor annotation.
|
AnnotationInclusion |
AnnotationConfiguration.StdConfiguration.getInclusionForConstructor(Class<? extends Annotation> annotationType) |
|
abstract AnnotationInclusion |
AnnotationConfiguration.getInclusionForField(Class<? extends Annotation> annotationType) |
Method called to figure out how to handle instances of specified annotation
type when used as field annotation.
|
AnnotationInclusion |
AnnotationConfiguration.StdConfiguration.getInclusionForField(Class<? extends Annotation> annotationType) |
|
abstract AnnotationInclusion |
AnnotationConfiguration.getInclusionForMethod(Class<? extends Annotation> annotationType) |
Method called to figure out how to handle instances of specified annotation
type when used as method annotation.
|
AnnotationInclusion |
AnnotationConfiguration.StdConfiguration.getInclusionForMethod(Class<? extends Annotation> annotationType) |
|
abstract AnnotationInclusion |
AnnotationConfiguration.getInclusionForParameter(Class<? extends Annotation> annotationType) |
Method called to figure out how to handle instances of specified annotation
type when used as parameter annotation.
|
AnnotationInclusion |
AnnotationConfiguration.StdConfiguration.getInclusionForParameter(Class<? extends Annotation> annotationType) |
|
static AnnotationInclusion |
AnnotationInclusion.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AnnotationInclusion[] |
AnnotationInclusion.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|