Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DoNothingCompatibilityRule (0.35 sec)

  1. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/attributes/EmptySchema.java

    import java.util.Set;
    
    public class EmptySchema implements AttributesSchemaInternal {
        public static final EmptySchema INSTANCE = new EmptySchema();
    
        private final DoNothingCompatibilityRule compatibilityRule = new DoNothingCompatibilityRule();
        private final DoNothingDisambiguationRule disambiguationRule = new DoNothingDisambiguationRule();
    
        protected EmptySchema() {
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 28 13:08:22 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top