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

colesico.framework.router.RouterOptions Maven / Gradle / Ivy

package colesico.framework.router;

import colesico.framework.config.ConfigModel;
import colesico.framework.config.ConfigPrototype;

/**
 * Used to directly define custom routes actions
 */
@ConfigPrototype(model = ConfigModel.POLYVARIANT)
abstract public class RouterOptions {
    abstract public void applyOptions(RouterBuilder builder);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy