@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface SimEventMethod
The value of the annotation is the name of the SimEvent to be associated with the method being annotated.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value |