Annotation Interface Description


@Retention(RUNTIME) @Target({METHOD,TYPE}) public @interface Description
Annotation that can add a description to handlers and routes in a handler. Retrieved when using the protocol documentation feature.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Default:
      "No description available."