/**
* Example showing formatter bug with {@code @} in pre blocks.
*
* <pre>
* {@code
* @MyAnnotation
* public class Example {
*
* @AnotherAnnotation
* private String field;
* }
* }
* </pre>
*/
Assumption: Annotation inside the inline tag may break the parsing. This should be test in the @snippet, @literal, @link and @linkplain, {@docroot} tags.
This causing trouble in the formatter issue #4874 .
Assumption: Annotation inside the inline tag may break the parsing. This should be test in the @snippet, @literal, @link and @linkplain, {@docroot} tags.
This causing trouble in the formatter issue #4874 .