org.reflext.test
Class AnnotationProcessorTestRunner

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by org.reflext.test.AnnotationProcessorTestRunner
All Implemented Interfaces:
Processor

@SupportedSourceVersion(value=RELEASE_5)
@SupportedAnnotationTypes(value="org.reflext.test.UnitTest")
public class AnnotationProcessorTestRunner
extends AbstractProcessor

Version:
$Revision$
Author:
Julien Viet

Field Summary
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
AnnotationProcessorTestRunner()
           
 
Method Summary
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
           
 
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

AnnotationProcessorTestRunner

public AnnotationProcessorTestRunner()
Method Detail

process

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


Copyright © 2010 eXo Platform SAS. All Rights Reserved.