public class LibraryParser extends AbstractParser<LibraryData>
| Modifier and Type | Field and Description |
|---|---|
static List<Class<? extends Annotation>> |
ANNOTATIONS |
context, log, processingEnv| Constructor and Description |
|---|
LibraryParser() |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Annotation> |
getAnnotationType() |
boolean |
isDelegateToRootDeclaredType() |
protected LibraryData |
parse(Element element,
List<AnnotationMirror> mirrors) |
filterErrorElements, getAllAnnotationTypes, getRepeatAnnotationType, getTypeDelegatedAnnotationTypes, parse, parsepublic static final List<Class<? extends Annotation>> ANNOTATIONS
public boolean isDelegateToRootDeclaredType()
isDelegateToRootDeclaredType in class AbstractParser<LibraryData>protected LibraryData parse(Element element, List<AnnotationMirror> mirrors)
parse in class AbstractParser<LibraryData>public Class<? extends Annotation> getAnnotationType()
getAnnotationType in class AbstractParser<LibraryData>