checkstyle: add AnnotationLocation

This commit is contained in:
Daniel Martí 2015-11-30 10:38:49 +01:00
parent f2212e33d7
commit 04e730c6bb

View File

@ -66,6 +66,7 @@
<module name="ModifierOrder" /> <module name="ModifierOrder" />
<module name="RedundantModifier" /> <module name="RedundantModifier" />
<module name="AnnotationLocation" />
<module name="AvoidNestedBlocks" /> <module name="AvoidNestedBlocks" />
<module name="LeftCurly" /> <module name="LeftCurly" />