Module nbbrd.design
Package nbbrd.design

Annotation Type NotThreadSafe


  • @Target(TYPE)
    @Retention(SOURCE)
    @Documented
    public @interface NotThreadSafe
    Identifies a class whose global (static) resources are thread-safe Different objects of this class can be safely accessed/modified from different threads. However, a given object can't be safely safely accessed/modified from different threads. This is the default thread property of the classes of JD+
    Author:
    Jean Palate