public class LibraryParser extends AbstractParser<LibraryData>
context, generateSlowPathOnly, generateSlowPathOnlyFilter, log, processingEnv, types| Constructor and Description |
|---|
LibraryParser() |
| Modifier and Type | Method and Description |
|---|---|
DeclaredType |
getAnnotationType() |
boolean |
isDelegateToRootDeclaredType() |
protected LibraryData |
parse(Element element,
List<AnnotationMirror> mirrors) |
filterErrorElements, getAllAnnotationTypes, getRepeatAnnotationType, getTypeDelegatedAnnotationTypes, isGenerateSlowPathOnly, isGenerateSlowPathOnly, parse, parse, setGenerateSlowPathOnlypublic boolean isDelegateToRootDeclaredType()
isDelegateToRootDeclaredType in class AbstractParser<LibraryData>protected LibraryData parse(Element element, List<AnnotationMirror> mirrors)
parse in class AbstractParser<LibraryData>public DeclaredType getAnnotationType()
getAnnotationType in class AbstractParser<LibraryData>