|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.annotation.processing.AbstractProcessor
com.googlecode.androidannotations.annotationprocessor.AnnotatedAbstractProcessor
public abstract class AnnotatedAbstractProcessor
Extends AbstractProcessor
to override
AbstractProcessor.getSupportedAnnotationTypes()
, enabling usage of
SupportedAnnotationClasses
on a Processor
.
Field Summary |
---|
Fields inherited from class javax.annotation.processing.AbstractProcessor |
---|
processingEnv |
Constructor Summary | |
---|---|
AnnotatedAbstractProcessor()
|
Method Summary | |
---|---|
java.util.Set<java.lang.String> |
getSupportedAnnotationTypes()
If the processor class is annotated with SupportedAnnotationClasses , return an unmodifiable set with the
set of strings corresponding to the array of classes of the annotation. |
Methods inherited from class javax.annotation.processing.AbstractProcessor |
---|
getCompletions, getSupportedOptions, getSupportedSourceVersion, init, isInitialized, process |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnnotatedAbstractProcessor()
Method Detail |
---|
public java.util.Set<java.lang.String> getSupportedAnnotationTypes()
SupportedAnnotationClasses
, return an unmodifiable set with the
set of strings corresponding to the array of classes of the annotation.
If the class is not so annotated, the
AbstractProcessor.getSupportedAnnotationTypes()
method is called.
getSupportedAnnotationTypes
in interface javax.annotation.processing.Processor
getSupportedAnnotationTypes
in class javax.annotation.processing.AbstractProcessor
AbstractProcessor.getSupportedAnnotationTypes()
result
if none
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |