Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetSourceCompatibilityCallInterceptor (0.45 sec)

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

                    return true;
                }
           }
        }
    }
    ```
    
    For dynamic Groovy:
    ```java
    public static class SetSourceCompatibilityCallInterceptor extends CallInterceptor {
        public SetSourceCompatibilityCallInterceptor() {
            super(InterceptScope.methodsNamed("setSourceCompatibility"));
        }
    
        @Override
    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