Home | History | Annotate | Download | only in src

Lines Matching defs:ann

753         for (AnnotationInstanceInfo ann: annotations) {
754 if (!ann.type().isHidden()) {
755 stream.println(ann.toString());
760 static void writeAnnotationElement(PrintStream stream, MethodInfo ann) {
761 stream.print(ann.returnType().fullName());
763 stream.print(ann.name());
765 AnnotationValueInfo def = ann.defaultAnnotationElementValue();