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<? extends 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<? extends Element> process(com.google.common.collect.SetMultimap<Class<? extends Annotation>,Element> elementsByAnnotation)
elementsByAnnotation will be a subset of the set returned by annotations().elementsByAnnotation) that this step
is unable to process, possibly until a later processing round. These elements will be
passed back to this step at the next round of processing.Copyright © 2024. All rights reserved.