Class BigDecimalNode


@Deprecated(since="1.9.0", forRemoval=true) public class BigDecimalNode extends BigDecimalNode
Deprecated, for removal: This API element is subject to removal in a future version.
Since 1.9.0 versioning refactor. To be removed in a future version; use BigDecimalNode instead.
Represents a configurable BigDecimal value.
Since:
1.3-SNAPSHOT
Author:
Isabel Maskrey
  • Constructor Details

    • BigDecimalNode

      public BigDecimalNode(@NotNull @NotNull ConfigurationContainer parent, @NotNull @NotNull String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Initializes a new Configuration node.
      Parameters:
      parent - The parent node.
      name - The node's name.
      Since:
      1.3.0