All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.commercetools.sunrise.sessions.customer.CustomerOperationsControllerComponentSupplier Maven / Gradle / Ivy

The newest version!
package com.commercetools.sunrise.sessions.customer;

import com.commercetools.sunrise.framework.components.controllers.AbstractControllerComponentSupplier;

import javax.inject.Inject;

public class CustomerOperationsControllerComponentSupplier extends AbstractControllerComponentSupplier {

    @Inject
    public CustomerOperationsControllerComponentSupplier(final CustomerInSessionControllerComponent customerInSessionControllerComponent) {
        add(customerInSessionControllerComponent);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy