Interface IDfRetainerImmutabilityRule


public interface IDfRetainerImmutabilityRule
Defines updateability rules for objects under retention.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    Objects are not marked immutable while they are under retention.
    static final int
    Objects are marked immutable while they are under retention.
  • Field Details

    • OFF

      static final int OFF
      Objects are not marked immutable while they are under retention.
      See Also:
    • ON

      static final int ON
      Objects are marked immutable while they are under retention.
      See Also: