|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.googlecode.androidannotations.model.EmptyAnnotationElements
public class EmptyAnnotationElements
Field Summary | |
---|---|
static EmptyAnnotationElements |
INSTANCE
|
Method Summary | |
---|---|
javax.lang.model.element.TypeElement |
annotationElementfromAnnotationClass(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
|
java.util.Set<? extends javax.lang.model.element.Element> |
getAllElements()
|
java.util.Set<? extends javax.lang.model.element.Element> |
getAnnotatedElements(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final EmptyAnnotationElements INSTANCE
Method Detail |
---|
public java.util.Set<? extends javax.lang.model.element.Element> getAnnotatedElements(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
getAnnotatedElements
in interface AnnotationElements
public javax.lang.model.element.TypeElement annotationElementfromAnnotationClass(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
annotationElementfromAnnotationClass
in interface AnnotationElements
public java.util.Set<? extends javax.lang.model.element.Element> getAllElements()
getAllElements
in interface AnnotationElements
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |