raphw / byte-buddy

Runtime code generation for the Java virtual machine.
https://bytebuddy.net
Apache License 2.0
6.29k stars 807 forks source link

[doc] Fix swapped parameter description in `FieldDescription.Latent` Javadoc #1611

Closed I-Al-Istannen closed 7 months ago

I-Al-Istannen commented 7 months ago

I just noticed this and was confused for a second, should be a straightforward change :) I considered adding an @see for the java.lang.reflect.Modifier class but that would need to be done everywhere. Probably better to just hope that people find that on their own :^)

Quite a few methods would also benefit from the inline {@return} tag now that I looked at them. You probably build with a new enough Doclet that this is supported. I wonder if that is worth writing an automatic transformation for.