public class Java5Validator extends Java1_4Validator
| Modifier and Type | Field and Description |
|---|---|
protected Validator |
enumNotAllowed |
(package private) Validator |
genericsWithoutDiamondOperator |
protected Validator |
noPrimitiveGenericArguments |
modifiersWithoutDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, strictfpNotAllowedinnerClassesmodifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods, noAnnotations, noAssertKeyword, noBinaryIntegerLiterals, noEnums, noForEach, noGenerics, noInnerClasses, noLambdas, noModules, noMultiCatch, noReflection, noStaticImports, noStringsInSwitch, noUnderscoresInIntegerLiterals, noVarargs, tryWithoutResources| Constructor and Description |
|---|
Java5Validator() |
accept, add, getValidators, remove, replace