org.fest.swing.annotation
Annotation Type RunsInCurrentThread


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

Understands an annotation that documents that a method is accessing GUI components in the current thread. The current thread may or may not be the event dispatch thread.

Author:
Alex Ruiz



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