You can find documentation and download links for these projects at:
http://types.cs.washington.edu/jsr308/
Changes for the Checker Framework
Regex Checker:
Add basic support for the concatenation of two non-regular expressions
that produce a valid regular expression.
Support "isRegex" in flow inference.
Framework improvements:
Declaratively add stub files to a checker using the new @StubFiles
annotation.
Internal bug fixes:
Respect skipDefs and skipUses in NullnessFlow.
Support package annotations in stub files.
Better support for enums in annotation attributes.
Cleanups to how implicit receivers are determined.
Changes for the Type Annotations Compiler
No changes in functionality.