Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for ModifierOrder (0.05 seconds)

  1. build-tools-internal/src/main/resources/checkstyle.xml

                abstract
                static
                final
                transient
                volatile
                synchronized
                native
                strictfp
        -->
        <module name="ModifierOrder" />
    
        <!-- Checks that we don't include modifier where they are implied. For
          example, this does not allow interface methods to be declared public
          because they are *always* public. -->
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Mon Sep 13 12:48:46 GMT 2021
    - 6K bytes
    - Click Count (0)
Back to Top