public class TypeSystemParser extends AbstractParser<TypeSystemData>
context, log, processingEnv| Constructor and Description |
|---|
TypeSystemParser() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
getAnnotationType() |
protected TypeSystemData |
parse(Element element,
AnnotationMirror mirror) |
filterErrorElements, getAllAnnotationTypes, getTypeDelegatedAnnotationTypes, isDelegateToRootDeclaredType, parsepublic Class<? extends Annotation> getAnnotationType()
getAnnotationType in class AbstractParser<TypeSystemData>protected TypeSystemData parse(Element element, AnnotationMirror mirror)
parse in class AbstractParser<TypeSystemData>