jjwt
jjwt copied to clipboard
Functional interface cleanup
Current 0.10.0-SNAPSHOT base (master) has a few of duplicate(ish) interfaces in the io.jsonwebtoken.io
package that could probably be consolidated with a single functional interface. This would have to be an internal io.jsonwebtoken.lang
interface since we can't utilize JDK 8 until 1.0 final.
Leaving for 1.0 to utilize JDK 8 interfaces.
@lhazlewood How close are you to 1.0?