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 Member> | |
AbstractEnhancedAnnotatedMember<T,X,S extends 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 Annotation> |
Represents an annotated annotation
This class is immutable and therefore threadsafe
|
MethodSignatureImpl |
Copyright © 2016. All rights reserved.