Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrowndotje committed Sep 17, 2024
1 parent a185ea6 commit 069f6ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

import com.structurizr.component.Type;

/**
* Provides a way customise how component descriptions are generated.
*/
public interface DescriptionStrategy {

String descriptionOf(Type type);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import com.structurizr.component.Type;

/**
* Provides a way to map a fully qualified type name to a component name.
* Provides a way customise how component names are generated.
*/
public interface NamingStrategy {

Expand Down

0 comments on commit 069f6ea

Please sign in to comment.