public class AnnotationProcessorImpl
extends javax.annotation.processing.AbstractProcessor
Constructor and Description |
---|
AnnotationProcessorImpl() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.String> |
getSupportedAnnotationTypes() |
boolean |
process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations,
javax.annotation.processing.RoundEnvironment roundEnv) |
public java.util.Set<java.lang.String> getSupportedAnnotationTypes()
getSupportedAnnotationTypes
in interface javax.annotation.processing.Processor
getSupportedAnnotationTypes
in class javax.annotation.processing.AbstractProcessor
public boolean process(java.util.Set<? extends javax.lang.model.element.TypeElement> annotations, javax.annotation.processing.RoundEnvironment roundEnv)
process
in interface javax.annotation.processing.Processor
process
in class javax.annotation.processing.AbstractProcessor
Copyright © 2012. All Rights Reserved.