org.scijava.annotations
Class AnnotationProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by org.scijava.annotations.AnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedSourceVersion(value=RELEASE_6)
@SupportedAnnotationTypes(value="*")
public class AnnotationProcessor
extends AbstractProcessor

The annotation processor for use with Java 6 and above.

Author:
Johannes Schindelin

Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
AnnotationProcessor()
           
 
Method Summary
 boolean process(Set<? extends TypeElement> elements, RoundEnvironment env)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationProcessor

public AnnotationProcessor()
Method Detail

process

public boolean process(Set<? extends TypeElement> elements,
                       RoundEnvironment env)
Specified by:
process in interface Processor
Specified by:
process in class AbstractProcessor


Copyright © 2009–2014 SciJava. All rights reserved.