No way to link a comment to a relationship

0 votes
asked Jan 17, 2020 in Bug by g.edward.roberts (480 points)
Currently there is no way to link a comment with a relationship

1 Answer

0 votes
answered Jan 17, 2020 by plantuml (295,000 points)

This is not perfect, but you can have:

@startuml
class a
class b
a --> b : ok
note on link : some note
@enduml

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEIImkLaY4qabSYGgwkdOAIGfM2ldPN7dv9QaA-NaAEPbvsK2HulpSL0MG69T3QbuAK3S0

...