Class Java1_0Validator

    • Field Detail

      • modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods

        protected final Validator modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods
      • noAssertKeyword

        protected final Validator noAssertKeyword
      • noInnerClasses

        protected final Validator noInnerClasses
      • noReflection

        protected final Validator noReflection
      • noGenerics

        protected final Validator noGenerics
      • noAnnotations

        protected final Validator noAnnotations
      • noVarargs

        protected final Validator noVarargs
      • noForEach

        protected final Validator noForEach
      • noStaticImports

        protected final Validator noStaticImports
      • noStringsInSwitch

        protected final Validator noStringsInSwitch
      • noBinaryIntegerLiterals

        protected final Validator noBinaryIntegerLiterals
      • noUnderscoresInIntegerLiterals

        protected final Validator noUnderscoresInIntegerLiterals
      • noMultiCatch

        protected final Validator noMultiCatch
      • noLambdas

        protected final Validator noLambdas
      • noModules

        protected final Validator noModules
    • Constructor Detail

      • Java1_0Validator

        public Java1_0Validator()