Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for someType (0.2 sec)

  1. platforms/core-configuration/model-core/src/test/groovy/org/gradle/internal/instantiation/generator/AsmBackedClassGeneratorTest.java

            }
        }
    
        public interface SomeType {
            String getInterfaceProperty();
        }
    
        public interface SomeNamedType extends SomeType, Named {
        }
    
        @NonExtensible
        public static class NotExtensibleBean {
    
        }
    
        @NoConventionMapping
        public static class NoMappingBean implements SomeType {
            public String getProperty() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 74.6K bytes
    - Viewed (0)
Back to top