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
      java.lang.String href
      External documentation href.
      java.lang.String path
      API path represented by this method.
    • Element Detail

      • path

        java.lang.String path
        API path represented by this method.
      • href

        java.lang.String href
        External documentation href.