NullableExtract
A quick and dirty project to read class files with @Nullable annotations and output the corresponding Java source code.
Only stub classes are generated, and only containing those methods that have @Nullable annotations. The generated source code is well-formed Java but not a replacement for the original class files.
Works at least on the annotated JDK (jdk8.jar) distributed in the Checker Framework v1.8.3.
Requirements
Depends on SuperiorStreams which can be Git cloned using HTTPS or from its GitHub site.
Built with the Eclipse IDE.
License
Your choice of: