Annotation Type BindMethods


@Retention(RUNTIME) @Target(PARAMETER) public @interface BindMethods
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Prefix to apply to each fluent accessor name.
  • Element Details

    • value

      String value
      Prefix to apply to each fluent accessor name. If specified, properties will be bound as prefix.accessorName.
      Returns:
      the prefix
      Default:
      ""