Package it.tidalwave.actor.annotation
Annotation Interface Actor
An annotation for actors.
- Author:
- Fabrizio Giudici
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionint
The initial priority for the threads that will execute the code of the annotated actor.boolean
-
Element Details
-
threadSafe
boolean threadSafe- Returns:
true
if the actor is thread-safe
- Default:
true
-
initialPriority
int initialPriorityThe initial priority for the threads that will execute the code of the annotated actor.- Returns:
- the initial priority of the actor
- Default:
5
-