- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for test_annotationRetention (1.86 sec)
-
src/test/java/org/codelibs/fess/validation/CronExpressionTest.java
assertNotNull(target); java.lang.annotation.ElementType[] types = target.value(); assertEquals(5, types.length); } // Test annotation retention policy public void test_annotationRetention() { java.lang.annotation.Retention retention = CronExpression.class.getAnnotation(java.lang.annotation.Retention.class); assertNotNull(retention);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.2K bytes - Viewed (0)