Package org.scijava.annotations
Class AnnotationProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- org.scijava.annotations.AnnotationProcessor
-
- All Implemented Interfaces:
Processor
@SupportedSourceVersion(RELEASE_8) @SupportedAnnotationTypes("*") public class AnnotationProcessor extends AbstractProcessor
The annotation processor for use with Java 8 and earlier.- Author:
- Johannes Schindelin
-
-
Field Summary
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description AnnotationProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess(Set<? extends TypeElement> elements, RoundEnvironment env)-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
-
-
-
-
Method Detail
-
process
public boolean process(Set<? extends TypeElement> elements, RoundEnvironment env)
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
-