Note left or right of specific class members looks messy when using left to right direcion:
```
@startuml
left to right direction
class a {
field1
field2
field3
}
note right of a::field2
first field
end note
note left of a::field3
another field
end note
@enduml

compare to top to bottom direction:
