Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/converter/doclet/
DDocletToSigConverter.java262 private Object convertAnnotationValue(AnnotationValue annotationValue) { in convertAnnotationValue() argument
263 if (annotationValue == null) { in convertAnnotationValue()
266 Object value = annotationValue.value(); in convertAnnotationValue()