Enforce that interfaces are types via Checkstyle

This commit is contained in:
Andrew Gaul 2014-09-06 11:20:56 -07:00
parent 200481300d
commit b9f54a3301
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@
<module name="IllegalInstantiation">
<property name="classes" value="java.lang.Boolean,java.lang.Short,java.lang.Integer,java.lang.Long"/>
</module>
<module name="InterfaceIsType"/>
<!--
jclouds prefers 120 character line lengths but has many files with
longer lines