com.googlecode.androidannotations.annotationprocessor
Annotation Type SupportedAnnotationClasses
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface SupportedAnnotationClasses
An annotation used to indicate what annotation classes an annotation
processor supports. The
AnnotatedAbstractProcessor.getSupportedAnnotationTypes()
method can
construct its result from the value of this annotation.
Its main purpose is to be safe from renaming annotations targeted by an
annotation processor.
- Author:
- Pierre-Yves Ricau
Required Element Summary |
java.lang.Class<? extends java.lang.annotation.Annotation>[] |
value
|
value
public abstract java.lang.Class<? extends java.lang.annotation.Annotation>[] value
Copyright © 2010-2012. All Rights Reserved.