Add immutables module
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package com.baeldung.immutable;
|
||||
|
||||
import org.immutables.value.Value;
|
||||
|
||||
@Value.Immutable
|
||||
public class Person {
|
||||
private String name;
|
||||
}
|
||||
Reference in New Issue
Block a user