You can only make mutable fields as final, for immutable the reason is that tomorrow someone will come and setter into that class unknowingly so adding final will prevent that.