org.jtoolkit.essence.concurrency
Annotation Type NotThreadSafe


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Inherited
public @interface NotThreadSafe

Marks a class as expecting to be called in a signle threaded context. NOT Thread safe. Note: NotThreadSafe objects and components can only be accessed by one thread or logical process.

Author:
Peter Lawrey



Copyright © Peter Lawrey. All Rights Reserved.