Module neberus.core

Annotation Type ApiDescription


  • @Target({METHOD,TYPE})
    @Retention(SOURCE)
    @Inherited
    public @interface ApiDescription
    If provided, the value of this will be used as description of the method instead of the javadoc comment. If defined on a class, this will be used as short description of the resource on the service overview page.
    • Required Element Summary

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

      • value

        java.lang.String value
        Returns:
        the description