For sequence diagrams I would like to use stereotyped multi-line notes on messages., e.g. like so:
Alice -> Bob: message()
note<<myStyle>> left
... note text
end note
But this does not work and I get syntax errors. However this works:
Alice -> Bob: message()
note<<myStyle>> over Alice
... note text
end note
Is there any way to make it also work for message notes?
Thx,
Linus