Trying to escape the “@” symbol in a {@code} block within a javadoc comment with Netbeans 8.0
问题 I'm trying to insert a {@code } annotation in a Javadoc comment using Netbeans 8.0 and it's not working properly. I've seen other questions on this from before (i.e., How can you escape the @ character in javadoc?) but the html escape @ and {@literal @} both don't seem to work. My comment looks like this (using both methods for sake of the example): /** * blah blah blah * <p> * For example: * <pre> * {@code * {@literal @}begin_specification * ... * @end_specification * } * </pre> */ I can hit