Code StyleThe developers of this component decided to follow the recommended standards but not to include Checkstyle (or similar tools) into Commons Compress. MultithreadingCommons Compress does not aim to be threadsafe at the moment. But the developers agreed to document multithreading behavior in the javadocs. We use some of the annotations from JCIP as Javadoc tags. The used tags are:
For example:
and:
|