@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface QueryMethod
Indicates that the method is a query method. Query method can be used to query a workflow state
by external process at any time during its execution. This annotation applies only to workflow
interface methods.