Personal tools
Skip to content. | Skip to navigation
This package provides class, field, and method level annotations for describing thread-safety policies. These annotations are relatively unintrusive and are beneficial to both users and maintainers. Users can see immediately whether a class is thread-safe, and maintainers can see immediately whether thread-safety guarantees must be preserved. Annotations are also useful to a third constituency: tools. Static code-analysis tools may be able to verify that the code complies with the contract indicated by the annotation, such as verifying that a class annotated with @Immutable actually is immutable.
JCL 1.1.1 implemented over SLF4J.
Java-based codings helper classes for Joni and JRuby.
JCommon is a collection of useful classes used by JFreeChart, JFreeReport and other projects.
Jcommon-serializer is a general serialization framework used by JFreeChart, JFreeReport and other projects.
JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward API, is a lightweight and fast, and is optimized for the Java programmer. It's an alternative to DOM and SAX, although it integrates well with both DOM and SAX.