org.fest.swing.annotation
Annotation Type RunsInEDT


@Target(value={METHOD,CONSTRUCTOR,TYPE})
@Documented
public @interface RunsInEDT

Understands an annotation that documents that a method is accessing GUI components in the event dispatch thread.

Author:
Alex Ruiz



Copyright © 2007-2011 FEST (Fixtures for Easy Software Testing). All Rights Reserved.