Annotation Interface ExtDirectDocReturn


@Target({METHOD,ANNOTATION_TYPE}) @Retention(RUNTIME) @Inherited @Documented public @interface ExtDirectDocReturn
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    (Optional) description of return properties
    (Optional) name of return properties
  • Element Details

    • properties

      String[] properties
      (Optional) name of return properties

      add a @return {property} for each of the properties the method will return

      Defaults to empty.

      Default:
      {}
    • descriptions

      String[] descriptions
      (Optional) description of return properties

      add description to the @return {property}

      Defaults to empty.

      Default:
      {}