Module neberus.core

Annotation Type ApiCurl


  • @Target(METHOD)
    @Retention(SOURCE)
    public @interface ApiCurl
    Tells Neberus to generate an example curl.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      If provided, this will be included in the documentation and no curl will be generated.
    • Element Detail

      • value

        java.lang.String value
        If provided, this will be included in the documentation and no curl will be generated.
        Returns:
        the value
        Default:
        ""