
com.structurizr.component.url.UrlStrategy Maven / Gradle / Ivy
The newest version!
package com.structurizr.component.url;
import com.structurizr.component.Type;
/**
* Provides a way customise how component URLs are generated.
*/
public interface UrlStrategy {
String urlOf(Type type);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy