Annotation Type Queries


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Queries
    Declare an array of Query operations from a single method. Typically this would be used when implementing the CollectionResourceProvider, where all query operations arrive at a single interface method.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Query[] value
      The queries.
    • Element Detail

      • value

        Query[] value
        The queries.