Uses of Class
net.sf.retrotranslator.runtime.impl.AnnotationValue

Packages that use AnnotationValue
net.sf.retrotranslator.runtime.impl   
 

Uses of AnnotationValue in net.sf.retrotranslator.runtime.impl
 

Fields in net.sf.retrotranslator.runtime.impl with type parameters of type AnnotationValue
private  LazyValue<LazyList<AnnotationValue,Annotation_>,Annotation_[]> AnnotatedElementDescriptor.annotations
           
private  LazyList<AnnotationValue,Annotation_> AnnotatedElementDescriptor.declaredAnnotations
           
private  LazyList<java.util.List<AnnotationValue>,Annotation_[]> MethodDescriptor.parameterAnnotations
           
 

Methods in net.sf.retrotranslator.runtime.impl that return types with arguments of type AnnotationValue
private  LazyList<java.util.List<AnnotationValue>,Annotation_[]> MethodDescriptor.createParameterAnnotations()
           
 

Methods in net.sf.retrotranslator.runtime.impl with parameters of type AnnotationValue
private  Annotation_ AnnotatedElementDescriptor.createAnnotation(AnnotationValue annotationValue)
           
 

Method parameters in net.sf.retrotranslator.runtime.impl with type arguments of type AnnotationValue
protected  Annotation_[] AnnotatedElementDescriptor.createAnnotations(java.util.List<AnnotationValue> values)