checkstyle.maxlinelen 100
checkstyle.maxparameters 15
checkstyle.lcurly.type nl
checkstyle.lcurly.method nl
checkstyle.lcurly.other nl
checkstyle.rcurly alone
checkstyle.ignore.public.in.interface yes
checkstyle.javadoc.checkUnusedThrows yes
checkstyle.illegal.instantiations java.lang.Boolean
checkstyle.wrap.operator ignore
# this does not work from within eclipse ... 
#checkstyle.header.file checkstyle/fileheader.txt
checkstyle.require.packagehtml true
