At the moment using syntax like
[MyComponent] <<..mycomponent..>> #cceeff
will lead to
com.tngtech.archunit.library.plantuml.IllegalDiagramException: There is no Component with name or alias = 'MyComponent'. Components must be specified separately from dependencies.
We should make this possible, since it is valid syntax and can provide visual guidelines.
At the moment using syntax like
will lead to
We should make this possible, since it is valid syntax and can provide visual guidelines.