org.chromattic.apt
Class ChromatticProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
org.chromattic.apt.ChromatticProcessor
- All Implemented Interfaces:
- Processor
@SupportedSourceVersion(value=RELEASE_5)
@SupportedAnnotationTypes(value={"org.chromattic.api.annotations.PrimaryType","org.chromattic.api.annotations.MixinType"})
public class ChromatticProcessor- 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 |
ChromatticProcessor
public ChromatticProcessor()
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.