net.ranides.assira.annotations
Class ProcessorDef

java.lang.Object
  extended by javax.annotation.processing.AbstractProcessor
      extended by net.ranides.assira.annotations.ProcessorDef
All Implemented Interfaces:
Processor

@SupportedAnnotationTypes(value="net.ranides.assira.annotations.Meta.JavaService")
public class ProcessorDef
extends AbstractProcessor

Based on "org.kohsuke.metainf-services" http://weblogs.java.net/blog/kohsuke/archive/2009/03/my_project_of_t.html (C) by Kohsuke Kawaguchi(kk@kohsuke.org) under MIT license

Author:
ranides

Constructor Summary
ProcessorDef()
           
 
Method Summary
 boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
           
 
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedAnnotationTypes, getSupportedOptions, getSupportedSourceVersion, init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProcessorDef

public ProcessorDef()
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 © 2013. All Rights Reserved.