public static interface BasicAnnotationProcessor.ProcessingStep
| Modifier and Type | Method and Description |
|---|---|
Set<? extends Class<? extends Annotation>> |
annotations()
The set of annotation types processed by this step.
|
Set<Element> |
process(com.google.common.collect.SetMultimap<Class<? extends Annotation>,Element> elementsByAnnotation)
The implementation of processing logic for the step.
|
Set<? extends Class<? extends Annotation>> annotations()
Set<Element> process(com.google.common.collect.SetMultimap<Class<? extends Annotation>,Element> elementsByAnnotation)
elementsByAnnotation will be a subset of the set returned by annotations().Copyright © 2016 Google, Inc.. All Rights Reserved.