public static interface BasicAnnotationProcessor.ProcessingStep
| Modifier and Type | Method | 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 © 2019 Google, Inc.. All rights reserved.