Annotation Interface BeanProperty


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface BeanProperty
Setting a name allows you to map the property to a property on the other side with a different name. This annotation can be used on both sides.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
     
  • Element Details

    • name

      String name
      Default:
      ""
    • value

      String value
      Default:
      ""