Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DefaultCallSiteDecorator (0.4 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/intercept/DefaultCallSiteDecorator.java

    /**
     * Holds a collection of interceptors and can decorate a Groovy CallSite if it is within a scope of a registered interceptor.
     */
    @NonNullApi
    public class DefaultCallSiteDecorator implements CallSiteDecorator, CallInterceptorResolver {
        private final Map<InterceptScope, CallInterceptor> interceptors = new HashMap<>();
        private final Set<String> interceptedCallSiteNames = new HashSet<>();
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 13:46:35 UTC 2024
    - 13.3K bytes
    - Viewed (0)
Back to top