I am designing a class diagram for scrabble game. In one of the classes, I have final variable declared. Can anybody tell me, how can I indicate a variable as final in the UML c
Constant (i.e. final) fields are indicated via naming convention: constants should be in ALL_CAPS
Source