Notes on arrow

+3 votes
asked Jun 27, 2018 in Question / help by sunitjoshi (120 points)
Is it possible to put notes on arrows?

1 Answer

+3 votes
answered Jun 29, 2018 by plantuml (294,960 points)

You can have:

@startuml
class foo
foo *-- dummy
note on link
  this is a note
end note
@enduml

Is this what you are looking for ?

http://www.plantuml.com/plantuml/uml/SoWkIImgAStDuKhEIImkLaZBp-S2OWKjNLs5bDBSt4gklFoIL8NyF8MSpBniBWM5aepCOWKWIbG0IN2bvgL060v05j0O0000

commented Jun 29, 2018 by anonymous
That should do it. Thanks!
...