Annotation Interface ExposeMethodToClient


@Documented @Retention(RUNTIME) @Target(METHOD) @Inherited public @interface ExposeMethodToClient
Exposes a get/set method to the client. In the dto both get and set methods will be generated. If added to a set method the dto's value can be merged back to the poso.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The minimal clearance needed to see this property.
  • Element Details

    • view

      DtoView view
      The minimal clearance needed to see this property.
      Default:
      NORMAL