()
| 353 | } |
| 354 | |
| 355 | private boolean hasAnnotations() { |
| 356 | return vmField.addendum != null |
| 357 | && vmField.addendum.annotationTable != null; |
| 358 | } |
| 359 | |
| 360 | public <T extends Annotation> T getAnnotation(Class<T> class_) { |
| 361 | if (hasAnnotations()) { |
no outgoing calls
no test coverage detected