I have to declare an attribute which once initialized can't be modified. It's pretty clear to me that we are talking about a final type, buy my question is whether I can initialize it with the constructor.
Bonus: how should I represent this type of attributes on a UML diagram?
Thanks folks!