- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for minKey (0.03 sec)
-
src/test/java/org/codelibs/fess/validation/CustomSizeTest.java
public class CustomSizeTest extends UnitFessTestCase { // Test field with CustomSize annotation for testing @CustomSize(minKey = "test.min", maxKey = "test.max") private String testField; // Test field with only minKey @CustomSize(minKey = "test.min.only") private String testFieldMinOnly; // Test field with only maxKey @CustomSize(maxKey = "test.max.only")
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 17.2K bytes - Viewed (0)