Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
lombok を使用して @Setter メソッドの入力変数を final に設定することは可能です。
例えば
public void setCarName(final String carName){ this.carName = carName; }
これが可能かどうかはわかりませんが、ドキュメントで確認できませんでした。