Searched defs:declaredAnnotations (Results 1 – 2 of 2) sorted by relevance
228 private transient volatile Map<Class<? extends Annotation>, Annotation> declaredAnnotations; field in RecordComponent230 private Map<Class<? extends Annotation>, Annotation> declaredAnnotations() { in declaredAnnotations() method in RecordComponent
436 Annotation[] declaredAnnotations = method.getDeclaredAnnotations(); in test_getDeclaredAnnotations() local