Package org.fest.swing.annotation
Annotation Interface RunsInCurrentThread
Understands an annotation that documents that a method is accessing GUI components in a thread other than the event
dispatch thread.
If this annotation is used at a type level:
- class: all methods in a class are accessing GUI components in a thread other than the event dispatch thread.
- interface: methods in an interface that access GUI components should do it in a thread other than the event dispatch thread.
Note: Clients are responsible for calling methods marked with this annotation in the event dispatch thread.