- Type Parameters:
A - the annotation type
M - the accessible member type
D - the description type
B - the binding type
- All Implemented Interfaces:
- AnnotationParser<A,M,B>
- Direct Known Subclasses:
- AbstractInputAnnotationParser, AbstractOutputAnnotationParser
abstract class AbstractDataAnnotationParser<A extends java.lang.annotation.Annotation,M extends java.lang.reflect.AccessibleObject & java.lang.reflect.Member,D extends TypedDataDescription<?>,B extends AbstractDataBinding<M,D>>
extends java.lang.Object
implements AnnotationParser<A,M,B>
TODO JavaDoc