See: Description
| Class | Description |
|---|---|
| AbstractEnhancedAnnotated<T,S> |
Represents functionality common for all annotated items, mainly different
mappings of the annotations and meta-annotations
AbstractAnnotatedItem is an immutable class and therefore threadsafe
|
| AbstractEnhancedAnnotatedCallable<T,X,S extends java.lang.reflect.Member> | |
| AbstractEnhancedAnnotatedMember<T,X,S extends java.lang.reflect.Member> |
Represents an abstract annotated member (field, method or constructor)
This class is immutable, and therefore threadsafe
|
| ConstructorSignatureImpl | |
| EnhancedAnnotatedConstructorImpl<T> |
Represents an annotated constructor
This class is immutable, and therefore threadsafe
|
| EnhancedAnnotatedFieldImpl<T,X> |
Represents an annotated field
This class is immutable, and therefore threadsafe
|
| EnhancedAnnotatedMethodImpl<T,X> |
Represents an annotated method
This class is immutable and therefore threadsafe
|
| EnhancedAnnotatedParameterImpl<T,X> |
Represents a parameter
This class is immutable and therefore threadsafe
|
| EnhancedAnnotatedTypeImpl<T> |
Represents an annotated class
This class is immutable, and therefore threadsafe
|
| EnhancedAnnotationImpl<T extends java.lang.annotation.Annotation> |
Represents an annotated annotation
This class is immutable and therefore threadsafe
|
| MethodSignatureImpl |
Copyright © 2015. All Rights Reserved.