JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.fest.swing.annotation
Annotation Interface ThreadSafeAction
@Target
({
METHOD
,
CONSTRUCTOR
})
@Documented
public @interface
ThreadSafeAction
Understands an annotation that documents that a method is thread-safe. To document that a class is thread-safe, use
ThreadSafe