com.googlecode.androidannotations.model
Class AnnotationElementsHolder
java.lang.Object
com.googlecode.androidannotations.model.AnnotationElementsHolder
- All Implemented Interfaces:
- AnnotationElements
public class AnnotationElementsHolder
- extends Object
- implements AnnotationElements
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnnotationElementsHolder
public AnnotationElementsHolder()
putRootAnnotatedElements
public void putRootAnnotatedElements(String annotationName,
Set<? extends Element> annotatedElements)
putAncestorAnnotatedElement
public void putAncestorAnnotatedElement(String annotationName,
Element annotatedElement,
TypeElement rootTypeElement)
getAncestorAnnotatedElements
public Set<AnnotationElements.AnnotatedAndRootElements> getAncestorAnnotatedElements(String annotationName)
- Specified by:
getAncestorAnnotatedElements
in interface AnnotationElements
getRootAnnotatedElements
public Set<? extends Element> getRootAnnotatedElements(String annotationName)
- Specified by:
getRootAnnotatedElements
in interface AnnotationElements
getAllElements
public Set<Element> getAllElements()
- Specified by:
getAllElements
in interface AnnotationElements
validatingHolder
public AnnotationElementsHolder validatingHolder()
Copyright © 2010-2013. All Rights Reserved.