Skip to content

Commit 069f6ea

Browse files
Docs.
1 parent a185ea6 commit 069f6ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

structurizr-component/src/main/java/com/structurizr/component/description/DescriptionStrategy.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
import com.structurizr.component.Type;
44

5+
/**
6+
* Provides a way customise how component descriptions are generated.
7+
*/
58
public interface DescriptionStrategy {
69

710
String descriptionOf(Type type);

structurizr-component/src/main/java/com/structurizr/component/naming/NamingStrategy.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import com.structurizr.component.Type;
44

55
/**
6-
* Provides a way to map a fully qualified type name to a component name.
6+
* Provides a way customise how component names are generated.
77
*/
88
public interface NamingStrategy {
99

0 commit comments

Comments
 (0)