Annotation Interface InterpretableFields


@Retention(RUNTIME) @Target(TYPE) public @interface InterpretableFields
Class-level annotation to declare what fields should run through the variable interpreter - e.g., to be replaced with env-var values at run-time.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    list of field names in the class that are interpretable.
  • Element Details

    • fieldNames

      String[] fieldNames
      list of field names in the class that are interpretable.
      Default:
      {}