plantuml-stdlib / EIP-PlantUML

EIP-PlantUML adds Enterprise Integrations Patterns elements to PlantUML to provide easy support of designing EIP architectures for both, up-front design as well as development-time automated documentation generation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

InvalidMsgChannel does not hide stereotype for labeled variant

aheil opened this issue · comments

Code to reproduce:

@startuml
!includeurl https://raw.githubusercontent.com/aheil/EIP-PlantUML/master/dist/EIP-PlantUML.puml

HIDE_STEREOTYPES()

InvalidMsgChannel(m1)
InvalidMsgChannel(m2, label)
@enduml