public class Java7Validator extends Java6Validator
| Modifier and Type | Field and Description |
|---|---|
protected Validator |
tryWithResources |
enumNotAllowed, genericsWithoutDiamondOperator, noPrimitiveGenericArgumentsmodifiersWithoutDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, strictfpNotAllowedinnerClassesmodifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, noAnnotations, noAssertKeyword, noBinaryIntegerLiterals, noEnums, noForEach, noGenerics, noInnerClasses, noLambdas, noModules, noMultiCatch, noReflection, noStaticImports, noStringsInSwitch, noUnderscoresInIntegerLiterals, noVarargs, tryWithoutResources| Constructor and Description |
|---|
Java7Validator() |
accept, add, getValidators, remove, replaceprotected final Validator tryWithResources