org.fest.swing.annotation
Annotation Type ThreadSafeAction


@Target(value={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

Author:
Alex Ruiz



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