Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isTransient (0.06 sec)

  1. src/main/java/org/codelibs/core/lang/ModifierUtil.java

         *
         * @param field
         *            the field to check
         * @return true if transient, false otherwise
         * @see #isTransient(int)
         */
        public static boolean isTransient(final Field field) {
            return isTransient(field.getModifiers());
        }
    
        /**
         * Checks if the specified modifier is transient.
         *
         * @param modifier
    Registered: Fri Sep 05 20:58:11 UTC 2025
    - Last Modified: Thu Jul 31 08:16:49 UTC 2025
    - 5.3K bytes
    - Viewed (0)
Back to top