org.actorsguildframework.annotations
Annotation Type ThreadSafe


@Documented
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ThreadSafe

Declares this method as thread-safe. This is required for all public methods in actors that are not declared as Message, Initializer or Prop.