com.googlecode.androidannotations.model
Interface AnnotationElements

All Known Implementing Classes:
AnnotationElementsHolder

public interface AnnotationElements


Nested Class Summary
static class AnnotationElements.AnnotatedAndRootElements
           
 
Method Summary
 Set<? extends Element> getAllElements()
           
 Set<AnnotationElements.AnnotatedAndRootElements> getAncestorAnnotatedElements(String annotationName)
           
 Set<? extends Element> getRootAnnotatedElements(String annotationName)
           
 

Method Detail

getAllElements

Set<? extends Element> getAllElements()

getRootAnnotatedElements

Set<? extends Element> getRootAnnotatedElements(String annotationName)

getAncestorAnnotatedElements

Set<AnnotationElements.AnnotatedAndRootElements> getAncestorAnnotatedElements(String annotationName)


Copyright © 2010-2013. All Rights Reserved.