Searched refs:isValuePresent (Results 1 – 2 of 2) sorted by relevance
87 return isValuePresent(annotation, valueName) in getOptionalIntValue()100 return isValuePresent(annotation, valueName) in getOptionalStringValue()119 private static boolean isValuePresent(AnnotationMirror annotation, String valueName) { in isValuePresent() method in MoreAnnotationValues
125 return isValuePresent(annotation, valueName) in getOptionalIntValue()138 return isValuePresent(annotation, valueName) in getOptionalStringValue()157 private static boolean isValuePresent(AnnotationMirror annotation, String valueName) { in isValuePresent() method in AnnotationValues