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.
()
| 81 | * then an empty array is returned. |
| 82 | */ |
| 83 | public Annotation[] getAnnotations() { |
| 84 | return annotations; |
| 85 | } |
| 86 | |
| 87 | |
| 88 | /** |
no outgoing calls