How can I escape the @ symbol in javadoc? I am trying to use it inside a {@code} tag, which is inside tags.
@
{@code}
I alre
my solution is
/** * Mapper Test Helper. * * add the following annotations above the class * {@code * // junit5 * @literal @ExtendWith(SpringExtension.class) * // junit4 * @literal @RunWith(SpringRunner.class) * } */
{@code * // junit5 * @literal @ExtendWith(SpringExtension.class) * // junit4 * @literal @RunWith(SpringRunner.class) * }