jlibs.jdbc.annotations.processor
Class TableAnnotationProcessor
java.lang.Object
javax.annotation.processing.AbstractProcessor
jlibs.core.annotation.processing.AnnotationProcessor
jlibs.jdbc.annotations.processor.TableAnnotationProcessor
- All Implemented Interfaces:
- Processor
@SupportedAnnotationTypes(value={"jlibs.jdbc.annotations.Table","jlibs.jdbc.annotations.Database"})
@SupportedSourceVersion(value=RELEASE_6)
@MetaInfServices(value=javax.annotation.processing.Processor.class)
public class TableAnnotationProcessor- extends AnnotationProcessor
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FORMAT
public static final String FORMAT
- See Also:
- Constant Field Values
TableAnnotationProcessor
public TableAnnotationProcessor()
process
public boolean process(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
- Specified by:
process in interface Processor- Specified by:
process in class AbstractProcessor
Copyright © 2016. All rights reserved.