Package uk.ac.starlink.ttools.plot2
Annotation Type Slow
-
@Inherited @Documented @Target({METHOD,CONSTRUCTOR}) public @interface SlowIndicates 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.