How to do notes on deployment diagrams?

0 votes
asked Mar 15, 2017 in To be sorted by anonymous

1 Answer

+1 vote
answered Mar 15, 2017 by plantuml (295,000 points)

You can do this:

@startuml
artifact artifact
note right
  this is a note
end note
@enduml

http://www.plantuml.com/plantuml/uml/IomgoKnBJ2vHI8GokFBoIr8LYZBJCqgu51HACZAB5O0eKG4ap9MQbm9c0000

...