Package org.fest.swing.annotation
Annotation Interface RunsInEDT
Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.
If this annotation is used at a type level:
- class: all methods in a class are accessing GUI components in the event dispatch thread.
- interface: methods in an interface that access GUI components should do it in the event dispatch thread.