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.
|
void |
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()
void process(com.google.common.collect.SetMultimap<Class<? extends Annotation>,Element> elementsByAnnotation)
elementsByAnnotation will be a subset of the set returned by annotations().Copyright © 2015 Google, Inc.. All rights reserved.