Skip to content

Fix and improve Javadoc in spring-core and spring-context#28802

Closed
marcwrobel wants to merge 2 commits into
spring-projects:mainfrom
marcwrobel:fix-javadoc-spring-core-context
Closed

Fix and improve Javadoc in spring-core and spring-context#28802
marcwrobel wants to merge 2 commits into
spring-projects:mainfrom
marcwrobel:fix-javadoc-spring-core-context

Conversation

@marcwrobel

Copy link
Copy Markdown
Contributor

No description provided.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged or decided on label Jul 12, 2022
@sbrannen sbrannen self-assigned this Jul 13, 2022
@sbrannen sbrannen added type: documentation A documentation task and removed status: waiting-for-triage An issue we've not yet triaged or decided on labels Jul 13, 2022
@sbrannen sbrannen added this to the 5.3.22 milestone Jul 13, 2022
* Visits an array value of the annotation. Note that arrays of primitive values (such as byte,
* boolean, short, char, int, long, float or double) can be passed as value to {@link #visit
* visit}. This is what {@link ClassReader} does for non empty arrays of primitive values.
* visit}. This is what {@link ClassReader} does for non-empty arrays of primitive values.

@sbrannen sbrannen Jul 13, 2022

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please refrain from modifying classes under org.springframework.asm, org.springframework.cglib, and org.springframework.objenesis. Those include repackaged forks of the third-party libraries ASM, CGLIB, and Objenesis. Any refactoring to those classes should take place upstream in the originating repository. The Spring Framework will then pick up the changes when syncing with official updates of the forked third-party libraries.


The above is our standard policy, but don't worry about updating this PR. I'll revert all ASM and CGLIB changes while merging.

sbrannen pushed a commit to sbrannen/spring-framework that referenced this pull request Jul 13, 2022
@sbrannen sbrannen closed this in c48c5e7 Jul 13, 2022
@sbrannen

Copy link
Copy Markdown
Member

This has been merged.

Thanks

@marcwrobel marcwrobel deleted the fix-javadoc-spring-core-context branch July 13, 2022 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type: documentation A documentation task

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants