Annotation Interface ViewComponent


@Retention(RUNTIME) @Target({FIELD,METHOD}) @Documented public @interface ViewComponent
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The id of the element to map to.
  • Element Details

    • value

      String value
      The id of the element to map to. When empty, the name of the field is used instead.
      Returns:
      the id of the element to map to
      Default:
      ""