Closed
Description
Sam Brannen opened SPR-11514 and commented
Status Quo
The public methods and internal algorithms in AnnotatedElementUtils
are currently poorly documented or not documented at all. Furthermore, there are practically no regression tests in place to verify the current behavior.
Deliverables
- Document "get vs. find" semantics in the class-level Javadoc as well as for each public method.
- Document all public methods in
AnnotatedElementUtils
. - Document internal search algorithms within
AnnotatedElementUtils
and rename methods, variables, etc. as necessary to make the intent clear. - Test all public methods in
AnnotatedElementUtils
.
Affects: 4.0 GA
Issue Links:
- Document meta-annotation support in AnnotationUtils [SPR-12940] #17533 Document meta-annotation support in AnnotationUtils
- Introduce a comprehensive programming model for meta-annotation support [SPR-11511] #16136 Introduce a comprehensive programming model for meta-annotation support