If I write in a javadoc, it does not appear, because tags have special functions on formatting texts.
How can I show this chars in a
If you set maven up to use markdown, you can just surround it with backticks.
`AC` reads a bit nicer than {@code AC}
`AC`
{@code AC}