- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for INTERFACE_METHOD_ROLE (0.1 sec)
-
src/test/java/org/codelibs/fess/annotation/SecuredTest.java
assertEquals("METHOD_ROLE", methodSecured.value()[0]); } // Test annotation on interface @Secured({ "INTERFACE_ROLE" }) interface SecuredInterface { @Secured({ "INTERFACE_METHOD_ROLE" }) void securedMethod(); } public void test_interfaceAnnotation() { Secured secured = SecuredInterface.class.getAnnotation(Secured.class); assertNotNull(secured);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 15.2K bytes - Viewed (0)