Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmptyInstrumentationTypeRegistry (0.34 sec)

  1. subprojects/core/src/main/java/org/gradle/internal/classpath/types/InstrumentationTypeRegistry.java

    import java.util.Set;
    
    /**
     * Provides information about types that are visited during instrumentation.
     */
    public interface InstrumentationTypeRegistry {
    
        InstrumentationTypeRegistry EMPTY = new EmptyInstrumentationTypeRegistry();
    
        /**
         * Returns instrumented Gradle super types for a given type.
         *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 15:43:35 UTC 2024
    - 1.7K bytes
    - Viewed (0)
Back to top