Package oshi.annotation.concurrent

  • Annotation Types Summary 
    Annotation Type Description
    Immutable
    The presence of this annotation indicates that the author believes the class to be immutable and hence inherently thread-safe.
    NotThreadSafe
    The presence of this annotation indicates that the author believes the class is not thread-safe.
    ThreadSafe
    The presence of this annotation indicates that the author believes the class to be thread-safe.