- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for stringField (0.15 sec)
-
src/test/java/org/codelibs/core/lang/FieldUtilTest.java
/** * @author y-komori * */ public class FieldUtilTest { /** */ public Object objectField; /** */ public int intField; /** */ public String stringField; /** */ public static final int INT_DATA = 987654321; /** */ public static final String STRING_DATA = "Hello World!"; /** * @throws Exception */ @Test
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Fri Jun 20 13:40:57 UTC 2025 - 4.1K bytes - Viewed (0)