Details
-
Enhancement
-
Resolution: Fixed
-
P3
-
None
-
b82
-
Verified
Description
3 new methods will be added in AnnotatedElement interface for repeating annotations:
getDeclaredAnnotation(<T>)
getAnnotations(<T>)
getDeclaredAnnotations(<T>)
New tests are needed to test the above three methods along with the existing methods of the interface to check the new behavior as well as backward compatibility of the test scenarios.
getDeclaredAnnotation(<T>)
getAnnotations(<T>)
getDeclaredAnnotations(<T>)
New tests are needed to test the above three methods along with the existing methods of the interface to check the new behavior as well as backward compatibility of the test scenarios.
Attachments
Issue Links
- relates to
-
JDK-8004912 Repeating annotations - getAnnotationsByType(Class<T>) is not working as expected for few inheritance scenarios
- Closed
-
JDK-8008192 Better ordering checks needed in repeatingAnnotations/combo/ReflectionTest
- Closed