Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for InterceptScope (0.09 sec)

  1. platforms/core-runtime/BYTECODE-INTERCEPTION-README.md

        }
    }
    ```
    
    For dynamic Groovy:
    ```java
    public static class SetSourceCompatibilityCallInterceptor extends CallInterceptor {
        public SetSourceCompatibilityCallInterceptor() {
            super(InterceptScope.methodsNamed("setSourceCompatibility"));
        }
    
        @Override
        public Object intercept(Invocation invocation, String consumer) throws Throwable {
            Object receiver = invocation.getReceiver();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 18 09:22:58 UTC 2024
    - 22.1K bytes
    - Viewed (0)
Back to top