public Service3StaticGreedyConstructorInjectionImpl()

in test-services/src/main/java/org/apache/sling/testing/mock/osgi/testsvc/osgiserviceutil/Service3StaticGreedyConstructorInjectionImpl.java [47:64]


    public Service3StaticGreedyConstructorInjectionImpl(
            ServiceInterface1 reference1,
            ServiceInterface1Optional reference1Optional,
            List<ServiceReference<ServiceInterface2>> references2,
            List<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;
    }