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.
I just noticed this and was confused for a second, should be a straightforward change :) I considered adding an
@see
for thejava.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.