public class ModelExtractor extends Object
| Constructor and Description |
|---|
ModelExtractor() |
| Modifier and Type | Method and Description |
|---|---|
AnnotationElementsHolder |
extract(Set<? extends TypeElement> annotations,
Set<String> annotationTypesToCheck,
RoundEnvironment roundEnv)
Extracts annotated elements on elements given to the annotation processor
as well as annotations in their superclasses
|
public AnnotationElementsHolder extract(Set<? extends TypeElement> annotations, Set<String> annotationTypesToCheck, RoundEnvironment roundEnv)
Copyright © 2010-2015. All Rights Reserved.