Hi everyone,
it seems to me that there is no way to add a link between a note and the referred message in a sequence diagram. Am I wrong? If not, could this feature be implemented?
Minimal working example:
@startuml
A -> B: hi
B -> A : hello
note left
something
end note
note right
something else
end note
@enduml
//www.plantuml.com/plantuml/png/HSt12SKW48JX-rGn3Rm6tY6edGIoKM5Lq4t_KNBmzY_VmhXXPxUdAE3vEnZ-J1a8gptd8QeDjPbGvJPYj2AMSesGUd71fpt7P5ifEcI_mCsSAoy0
I would like to be able to add a link between the "hello" message endpoints and the notes.
I wonder if one day it could be possible to add stereotypes (as the "participant" one) anywhere needed!
Thank you in advance for you attention.
MP