com.googlecode.androidannotations.model
Class EmptyAnnotationElements

java.lang.Object
  extended by com.googlecode.androidannotations.model.EmptyAnnotationElements
All Implemented Interfaces:
AnnotationElements

public class EmptyAnnotationElements
extends java.lang.Object
implements AnnotationElements


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

INSTANCE

public static final EmptyAnnotationElements INSTANCE
Method Detail

getAnnotatedElements

public java.util.Set<? extends javax.lang.model.element.Element> getAnnotatedElements(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
Specified by:
getAnnotatedElements in interface AnnotationElements

annotationElementfromAnnotationClass

public javax.lang.model.element.TypeElement annotationElementfromAnnotationClass(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
Specified by:
annotationElementfromAnnotationClass in interface AnnotationElements

getAllElements

public java.util.Set<? extends javax.lang.model.element.Element> getAllElements()
Specified by:
getAllElements in interface AnnotationElements


Copyright © 2010-2012. All Rights Reserved.