- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for scheduledTasks (0.04 sec)
-
src/test/java/org/codelibs/fess/validation/CronExpressionTest.java
} // Test annotation on method parameter public void test_annotationOnMethod() throws Exception { Method method = TestService.class.getDeclaredMethod("scheduledTask", String.class); Annotation[][] paramAnnotations = method.getParameterAnnotations(); assertEquals(1, paramAnnotations.length); boolean hasCronExpression = false;
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 12.2K bytes - Viewed (0)