Class Java1_0Validator

    • Field Detail

      • modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods

        final Validator modifiersWithoutStrictfpAndDefaultAndStaticInterfaceMethodsAndPrivateInterfaceMethods
      • noAssertKeyword

        final Validator noAssertKeyword
      • noInnerClasses

        final Validator noInnerClasses
      • noAnnotations

        final Validator noAnnotations
      • noStaticImports

        final Validator noStaticImports
      • onlyOneLabelInSwitchCase

        final Validator onlyOneLabelInSwitchCase
      • noBinaryIntegerLiterals

        final Validator noBinaryIntegerLiterals
      • noUnderscoresInIntegerLiterals

        final Validator noUnderscoresInIntegerLiterals
      • noSwitchExpressions

        final Validator noSwitchExpressions
      • noPatternMatchingInstanceOf

        final Validator noPatternMatchingInstanceOf
      • noTextBlockLiteral

        final Validator noTextBlockLiteral
      • noRecordDeclaration

        final Validator noRecordDeclaration
      • noSealedClasses

        final Validator noSealedClasses
      • noPermitsListInClasses

        final Validator noPermitsListInClasses
    • Constructor Detail

      • Java1_0Validator

        public Java1_0Validator()