Annotation Interface SwingActor
This annotation indicates that the actor in question is a swing action, which
means that the messages sent to this actor are sent on the swing thread
and not via an internal pool. This is useful when using actors to take care
of asynchronous form processing (for example).