Annotation Interface DerivedFrom


@Retention(SOURCE) @Target({FIELD,LOCAL_VARIABLE}) public @interface DerivedFrom
Documents a variable that is wholly derived from upstream data.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Describes where the variable is derived from in a human-readable form.
  • Element Details

    • value

      String[] value
      Describes where the variable is derived from in a human-readable form.

      May contain the names of other fields, or more vague descriptions of upstream data sources.