How can I escape the @ symbol in javadoc? I am trying to use it inside a {@code} tag, which is inside tags.
I alre
An alternative approach from https://stackoverflow.com/a/46332643/208581 ... is to use a similar but different character rather than escape the character: (This answer is copied from the source answer)
One way to get around this is to use a different character that looks similar to the standard "@" symbol.
Being similar but different to