I'd like to attach a note to the following field/method:
@startuml class A { {static} int counter +void {abstract} start(int timeout) } @enduml
(--------)
We fix this in last beta (beta17): https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0 You can now have: @startuml class A { {static} int counter +void {abstract} start(int timeout) } note right of A::counter This member is annotated end note note right of A::start This method is now explained in a UML note end note @enduml