Annotation Type ClientEndpoint


  • @Retention(CLASS)
    @Target(METHOD)
    public @interface ClientEndpoint
    Signifies that the given method corresponds to an endpoint on a conjure client.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String method  
      java.lang.String path  
    • Element Detail

      • method

        java.lang.String method
      • path

        java.lang.String path