Annotation Type OptionalParam


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface OptionalParam
Annotation to let method parameters be bound to the EntityViewSetting.
Since:
1.6.9
Author:
Giovanni Lovato, Eugen Mayer
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The name of the parameter.
  • Element Details

    • value

      String value
      The name of the parameter.