Searched refs:defaultAnnotationElementValue (Results 1 – 3 of 3) sorted by relevance
309 public void init(AnnotationValueInfo defaultAnnotationElementValue) { in init() argument310 mDefaultAnnotationElementValue = defaultAnnotationElementValue; in init()708 public AnnotationValueInfo defaultAnnotationElementValue() { in defaultAnnotationElementValue() method in MethodInfo
267 if (m.defaultAnnotationElementValue() != null) { in printClassInfo()269 m.defaultAnnotationElementValue().valueString()); in printClassInfo()
1096 AnnotationValueInfo def = ann.defaultAnnotationElementValue(); in writeAnnotationElement()