Annotation Type PropertyContext


  • public @interface PropertyContext
    Annotation for a given property.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      FieldContext doc
      Documentation of the property.
      java.lang.String key
      Key of the property.
    • Element Detail

      • key

        java.lang.String key
        Key of the property.
        Returns:
        key of the property.
      • doc

        FieldContext doc
        Documentation of the property.
        Returns:
        documentation of the property.