org.reflext.test
Class AnnotationProcessorTestRunner
java.lang.Object
javax.annotation.processing.AbstractProcessor
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationProcessorTestRunner
public AnnotationProcessorTestRunner()
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.