@Inherited
@Documented
@Target({METHOD,CONSTRUCTOR})
public @interface Slow
Indicates that a method may take a non-negligable amount of time.
This is usually only the case in fact if large amounts of data
are involved in the plot.
Such methods ought not to be invoked on the AWT Event Dispatch Thread.