Annotation Interface PropertyContext


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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Documentation of the property.
    Key of the property.
  • Element Details

    • key

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

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