Package net.java.sezpoz.impl
Class Indexer
java.lang.Object
javax.annotation.processing.AbstractProcessor
net.java.sezpoz.impl.Indexer
- All Implemented Interfaces:
Processor
@SupportedAnnotationTypes("*")
@SupportedOptions("sezpoz.quiet")
public class Indexer
extends AbstractProcessor
Processor for indexable annotations.
-
Field Summary
FieldsFields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv) Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, init, isInitialized
-
Field Details
-
METAINF_ANNOTATIONS
- See Also:
-
-
Constructor Details
-
Indexer
public Indexer()public for ServiceLoader
-
-
Method Details
-
process
- Specified by:
process
in interfaceProcessor
- Specified by:
process
in classAbstractProcessor
-
getSupportedSourceVersion
- Specified by:
getSupportedSourceVersion
in interfaceProcessor
- Overrides:
getSupportedSourceVersion
in classAbstractProcessor
-