Package org.pathvisio.libgpml.debug
Annotation Type WorkerThreadOnly
@Target({METHOD,TYPE,CONSTRUCTOR})
public @interface WorkerThreadOnly
Indicates that this class or method should only be accessed by threads other
than the Event Dispatch Thread
Add this annotation to methods that perform potentially blocking operations, such as disk, network or database access.
- Author:
- unknown