|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.androidannotations.helper.AnnotationHelper
com.googlecode.androidannotations.helper.TargetAnnotationHelper
com.googlecode.androidannotations.helper.IdAnnotationHelper
public class IdAnnotationHelper
Field Summary |
---|
Fields inherited from class com.googlecode.androidannotations.helper.AnnotationHelper |
---|
processingEnv |
Constructor Summary | |
---|---|
IdAnnotationHelper(javax.annotation.processing.ProcessingEnvironment processingEnv,
java.lang.Class<? extends java.lang.annotation.Annotation> target,
IRClass rClass)
|
Method Summary | |
---|---|
java.util.List<java.lang.String> |
extractAnnotationQualifiedIds(javax.lang.model.element.Element element)
|
Methods inherited from class com.googlecode.androidannotations.helper.TargetAnnotationHelper |
---|
actionName, annotationName, annotationName, extractAnnotationValue, getTarget, printAnnotationError, printAnnotationWarning |
Methods inherited from class com.googlecode.androidannotations.helper.AnnotationHelper |
---|
findAnnotationMirror, getElementUtils, getTypeUtils, isAbstract, isAnnotation, isFinal, isInterface, isPrivate, isSubtype, isSubtype, isSynchronized, printAnnotationError, printAnnotationMessage, printAnnotationWarning, printError, typeElementFromQualifiedName |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IdAnnotationHelper(javax.annotation.processing.ProcessingEnvironment processingEnv, java.lang.Class<? extends java.lang.annotation.Annotation> target, IRClass rClass)
Method Detail |
---|
public java.util.List<java.lang.String> extractAnnotationQualifiedIds(javax.lang.model.element.Element element)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |