Searched defs:valueMethod (Results 1 – 3 of 3) sorted by relevance
218 Method valueMethod = annotationType.getMethod("value"); in getValueType() local232 Method valueMethod; in getParametersAnnotationValues() local
130 Method valueMethod = annotation.annotationType().getDeclaredMethod("value"); in findMapKeyAnnotation() local156 Method valueMethod = mapKeyAnnotation.annotationType().getDeclaredMethod("value"); in typeAndValueOfMapKey() local
15 func (myType) valueMethod() {} func