org.codeartisans.java.toolbox.annotations
Class PublicNoArgConstructorProcessor

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by org.codeartisans.java.toolbox.annotations.PublicNoArgConstructorProcessor
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes(value="org.codeartisans.java.toolbox.annotations.PublicNoArgConstructor")
@SupportedSourceVersion(value=RELEASE_6)
public final class PublicNoArgConstructorProcessor
extends AbstractProcessor


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

PublicNoArgConstructorProcessor

public PublicNoArgConstructorProcessor()
Method Detail

process

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


Copyright © 2010. All Rights Reserved.