T - The annotation type.public interface TypedAnnotationMapper<T extends java.lang.annotation.Annotation> extends AnnotationMapper<T>
AnnotationMapper operates against a concrete annotation type. Mapper implementations
 that implement this class require the annotations to exist on the annotation processor classpath. If this
 is problematic consider NamedAnnotationMapper.| Modifier and Type | Method and Description | 
|---|---|
java.lang.Class<T> | 
annotationType()
The annotation type to be mapped. 
 | 
mapjava.lang.Class<T> annotationType()