Annotation Type ApiReference


  • @Retention(SOURCE)
    @Target(METHOD)
    public @interface ApiReference
    Identifies a method that calls a remote API and adds an external documentation link.
    Since:
    0.1.0
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String href
      External documentation href.
      String path
      API path represented by this method.
    • Element Detail

      • path

        String path
        API path represented by this method.
      • href

        String href
        External documentation href.