jlibs.jdbc.annotations.processor
Class TableAnnotationProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by jlibs.core.annotation.processing.AnnotationProcessor
          extended by 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

Field Summary
static String FORMAT
           
 
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
 
Constructor Summary
TableAnnotationProcessor()
           
 
Method Summary
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
           
 
Methods inherited from class jlibs.core.annotation.processing.AnnotationProcessor
debug, init
 
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
 

Field Detail

FORMAT

public static final String FORMAT
See Also:
Constant Field Values
Constructor Detail

TableAnnotationProcessor

public TableAnnotationProcessor()
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 © 2016. All rights reserved.