Annotation Interface Inferred


@Documented @Retention(RUNTIME) @Target(FIELD) public @interface Inferred
Specifies that the field values are inferred.

Inferred values are read only and cannot be modified.

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
    Returns true when explicit data can also be included in the values.
  • Element Details

    • includeExplicit

      boolean includeExplicit
      Returns true when explicit data can also be included in the values.
      Returns:
      Whether to include explicit (asserted) data
      Default:
      true