com.ibm.batch.annotation.processor
Class BatchAnnotationProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by com.ibm.batch.annotation.processor.BatchAnnotationProcessor
All Implemented Interfaces:
Processor

@SupportedSourceVersion(value=RELEASE_6)
@SupportedAnnotationTypes(value="javax.batch.annotation.*")
public class BatchAnnotationProcessor
extends AbstractProcessor


Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
BatchAnnotationProcessor()
          Core Processor starts here
 
Method Summary
 void init(ProcessingEnvironment pe)
           
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, isInitialized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BatchAnnotationProcessor

public BatchAnnotationProcessor()
Core Processor starts here

Method Detail

init

public void init(ProcessingEnvironment pe)
Specified by:
init in interface Processor
Overrides:
init in class AbstractProcessor

process

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


Copyright © 2013. All Rights Reserved.