
com.commercetools.sunrise.framework.hooks.Hook Maven / Gradle / Ivy
The newest version!
package com.commercetools.sunrise.framework.hooks;
/**
* Hooks are called by controllers to enable components to add behaviour to controllers.
* The method of the hook should be global unique so two hook interfaces never clash.
*/
public interface Hook {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy