Closed tmtron closed 7 years ago
Hello.
The 0.4.0
release does contain one:
$ unzip vavr-encodings-0.4.0.jar org/immutables/vavr/encodings/VavrSetEncodingEnabled.class
Archive: vavr-encodings-0.4.0.jar
inflating: org/immutables/vavr/encodings/VavrSetEncodingEnabled.class
$ javap org/immutables/vavr/encodings/VavrSetEncodingEnabled.class
Compiled from "VavrSetEncodingEnabled.java"
public interface org.immutables.vavr.encodings.VavrSetEncodingEnabled extends java.lang.annotation.Annotation {
}
Are you using the latest version (0.4.0
)?
upps - sorry: I was just looking in the vavr-examples
folder..
It happens!
Is it possible to have an encoding for the
Set
interface: e.g.VavrSetEncodingEnabled
? We have the same for maps:VavrMapEncodingEnabled