There is a @
in my code example in javadoc:
* <pre>
* public class ArticleService<Article, ArticleDao> {
* @Autowired
* private ArticleDao articleDao;
* protected ArticleDao getDao() { return articleDao; }
* }
* </pre>
It breaks the javadoc, because the preview looks like:
How to fix it?