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