@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface QueryResult
The @QueryRequest annotation marks a SimpleBamService method as handling
a result from an RPC query. Queries are matched to results using a
long id, which is unique for each query in the connection.