Annotation Interface DataModel


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface DataModel
Used to sed the data transfer object for a protocol, used for documentation purposes.

If set on a class sets the model of the whole handler, does not affect routes.

  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details