It produces different formatting in javadoc
you can try it in IDE:
{@link #method()} – monospaced formatting (code)
{@linkplain #method()} standard formatting
Example:

It produces different formatting in javadoc
you can try it in IDE:
{@link #method()} – monospaced formatting (code)
{@linkplain #method()} standard formatting
Example:
