MCPcopy Create free account
hub / github.com/antlr/codebuff / getDeclaredAnnotations

Method getDeclaredAnnotations

output/java_guava/1.4.17/Parameter.java:104–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

102 // @Override on JDK8
103
104 @Override
105 public Annotation[] getDeclaredAnnotations() {
106 return annotations.toArray(new Annotation[annotations.size()]);
107 }
108
109 /**
110 * @since 18.0

Callers 1

getAnnotationsMethod · 0.95

Calls 2

sizeMethod · 0.65
toArrayMethod · 0.45

Tested by

no test coverage detected