This annotation is useful to indicate an implementation of BatchQuery
Usage
@BatchQueryImpl(// not mandatorydescription=""" Informative description about the behavior of the implemented batch query" """// suggested text block)publicclassSimpleBatchQueryimplementsEquinoxItemsHelper.BatchQuery<Simple>{...}
@BatchQueryImpl(// not mandatorydescription=""" Informative description about the behavior of the implemented batch query" """// suggested text block)classSimpleBatchQuery:EquinoxItemsHelper.BatchQuery<Simple>{...}