Annotation Interface PropName


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface PropName
Used to define an Object Member connection to a Property Name.
Author:
Christopher Mindus
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The Name of the Property to associate with the Field.
  • Element Details

    • name

      String name
      The Name of the Property to associate with the Field.
      Returns:
      The Property Name path from the PropScope base "ref" reference specification, e.g. "myVar" or "group/myGroupedVar".