Searched refs:getAnnotationElementValueAsString (Results 1 – 1 of 1) sorted by relevance
221 String groupName = getAnnotationElementValueAsString("group", am); in collectOpMethods()222 String methodName = getAnnotationElementValueAsString("name", am); in collectOpMethods()447 private static String getAnnotationElementValueAsString(String elementName, AnnotationMirror am) { in getAnnotationElementValueAsString() method in OperatorProcessor