Hi,
I don't know if this feature is implemented or not but anyway, this diagram shows the problem :
@startuml
start
partition P{
:a;
:b;
note left : left
note right : right
}
note right : this should be the right annotation partition
end
@enduml
server
This has an impact on the layout because the partition is getting bigger...
Is it possible to add an annotation to the partition?
thanks