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
value
public abstract Class<? extends Annotation>[] value
Copyright © 2010-2013. All Rights Reserved.