The regular style seems to have a comment after the Javadoc comment.
The reason is because annotations are part of the code, not the documentation — why the documentation should be in between.
This may not be obvious to @Override and @Test , and of course there are documentation-related annotations as well. But technically, annotations are Java specific syntax code .
source share