MCPcopy Index your code
hub / github.com/apache/tomcat / getAnnotations

Method getAnnotations

java/jakarta/el/MethodReference.java:83–85  ·  view source on GitHub ↗

Obtain the annotations on the method to which the associated expression resolves. @return The annotations on the method to which the associated expression resolves. If the are no annotations, then an empty array is returned.

()

Source from the content-addressed store, hash-verified

81 * then an empty array is returned.
82 */
83 public Annotation[] getAnnotations() {
84 return annotations;
85 }
86
87
88 /**

Callers 3

getMethodReferenceMethod · 0.80

Calls

no outgoing calls

Tested by 2