Home
last modified time | relevance | path

Searched defs:annotationValue (Results 1 – 2 of 2) sorted by relevance

/external/proguard/src/proguard/classfile/attribute/annotation/
DAnnotationElementValue.java33 public Annotation annotationValue; field in AnnotationElementValue
48 Annotation annotationValue) in AnnotationElementValue()
/external/proguard/src/proguard/classfile/io/
DProgramClassReader.java723 Annotation annotationValue = new Annotation(); in visitAnnotationElementValue() local