|
|
|
|
|
by banthar
3996 days ago
|
|
You can create immutable classes "by hand". Just make all fields final and either primitive or reference to immutable type. This framework just makes it a little bit shorter to type as it automatically generates some boilerplate code. |
|