com.googlecode.androidannotations.model
Class AnnotationElements.AnnotatedAndRootElements

java.lang.Object
  extended by com.googlecode.androidannotations.model.AnnotationElements.AnnotatedAndRootElements
Enclosing interface:
AnnotationElements

public static class AnnotationElements.AnnotatedAndRootElements
extends Object


Field Summary
 Element annotatedElement
           
 TypeElement rootTypeElement
           
 
Constructor Summary
AnnotationElements.AnnotatedAndRootElements(Element annotatedElement, TypeElement rootTypeElement)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

annotatedElement

public final Element annotatedElement

rootTypeElement

public final TypeElement rootTypeElement
Constructor Detail

AnnotationElements.AnnotatedAndRootElements

public AnnotationElements.AnnotatedAndRootElements(Element annotatedElement,
                                                   TypeElement rootTypeElement)


Copyright © 2010-2013. All Rights Reserved.