public class Java9Validator extends Java8Validator
Modifier and Type | Field and Description |
---|---|
protected Validator |
modifiers |
protected Validator |
underscoreKeywordValidator |
defaultMethodsInInterface, modifiersWithoutPrivateInterfaceMethods
tryWithResources
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 |
---|
Java9Validator() |
accept, add, getValidators, remove, replace