The {@link}
is Javadoc-specific markup. Javadocs, though, are HTML – so you can simply use
/**
* Embed HTML directly into the Javadoc.
*
* @author <a href="https://stackoverflow.com/questions/1509817/mailto:[email protected]">Benoit St-Pierre</a>
*/
public class Useless { }
Whether that’s a good idea or not is a different matter. 🙂