Joe Soltzberg

62%
Flag icon
Two aspects of APIs that are often neglected in documentation are thread-safety and serializability. Whether or not a class or static method is thread-safe, you should document its thread-safety level, as described in Item 82. If a class is serializable, you should document its serialized form, as described in Item 87.
Joe Soltzberg
They should add an @ for this
Robert liked this
Effective Java
Rate this book
Clear rating
Open Preview