I endowed a static initializer with a javadoc comment. Now I face that checkstyle complains considering it an InvalidJavadocPosition.
Is this a bug or correct? If the latter how to document a static initializer??
I endowed a static initializer with a javadoc comment. Now I face that checkstyle complains considering it an InvalidJavadocPosition.
Is this a bug or correct? If the latter how to document a static initializer??