Upgrades the binary serializers to use the latest Colfer version (which no longer produces code using @javax.annotation.... and removes the custom classes that we had from jsr166, as it seems that we got them there before Java 8 was a common thing :exploding_head:
With this changes we should be able to run on any modern JVM.
Upgrades the binary serializers to use the latest Colfer version (which no longer produces code using
@javax.annotation....
and removes the custom classes that we had from jsr166, as it seems that we got them there before Java 8 was a common thing :exploding_head:With this changes we should be able to run on any modern JVM.