public Service3StaticGreedyConstructorInjectionComponentServiceObjectsImpl()

in test-services/src/main/java/org/apache/sling/testing/mock/osgi/testsvc/osgiserviceutil/Service3StaticGreedyConstructorInjectionComponentServiceObjectsImpl.java [49:66]


    public Service3StaticGreedyConstructorInjectionComponentServiceObjectsImpl(
            ComponentServiceObjects<ServiceInterface1> reference1,
            ComponentServiceObjects<ServiceInterface1Optional> reference1Optional,
            List<ComponentServiceObjects<ServiceInterface2>> references2,
            List<ComponentServiceObjects<ServiceSuperInterface3>> references3,
            ComponentContext ctx,
            Map<String, Object> config,
            Object illegalParameter) {

        this.componentContext = ctx;

        this.reference1 = reference1;
        this.reference1Optional = reference1Optional;
        this.references2 = references2;
        this.references3 = references3;

        this.config = config;
    }