Annotation Type 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 TypeRequired ElementDescription
      java.lang.Stringname
      The Name of the Property to associate with the Field.
    • Element Detail

      • name

        java.lang.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".