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

com.structurizr.component.naming.NamingStrategy Maven / Gradle / Ivy

package com.structurizr.component.naming;

import com.structurizr.component.Type;

/**
 * Provides a way customise how component names are generated.
 */
public interface NamingStrategy {

    String nameOf(Type type);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy