Annotation Type Query


@Target(METHOD)
@Retention(RUNTIME)
public @interface Query
Query annotation.
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    String value
    The operation name.
  • Element Details