public class Java6Validator extends Java5Validator
enumNotAllowed, genericsWithoutDiamondOperator, noPrimitiveGenericArguments
modifiersWithoutDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, strictfpNotAllowed
innerClasses
modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, noAnnotations, noAssertKeyword, noBinaryIntegerLiterals, noEnums, noForEach, noGenerics, noInnerClasses, noLambdas, noModules, noMultiCatch, noReflection, noStaticImports, noStringsInSwitch, noUnderscoresInIntegerLiterals, noVarargs, tryWithoutResources
Constructor and Description |
---|
Java6Validator() |
accept, add, getValidators, remove, replace