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

com.commercetools.sunrise.framework.components.controllers.ControllerComponent Maven / Gradle / Ivy

The newest version!
package com.commercetools.sunrise.framework.components.controllers;

import com.commercetools.sunrise.framework.components.SunriseComponent;

import java.util.Collections;
import java.util.List;

public interface ControllerComponent extends SunriseComponent, ControllerComponentSupplier {

    @Override
    default List get() {
        return Collections.singletonList(this);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy