Peter Johansen
Peter Johansen
Hello. This interface: ```java @Value.Immutable @JsonDeserialize(as = ImmutableFoobar.class) public interface Foobar { @Value.Default @JsonAnyGetter default Map getValues() { return Collections.emptyMap(); } } ``` Results in a compile error when I...
Consider this class: ```java @Value.Immutable @Value.Style(passAnnotations = { Id.class }) @Entity public abstract class HelloWorld { @Id @GeneratedValue public abstract Optional id(); } ``` In this case the `@Id` annotation...
https://animalcrossing.fandom.com/wiki/Deep-sea_creatures_(New_Horizons)