Class EnumListNode<E extends Enum<E>>

Type Parameters:
E - The enum type.

@Deprecated(since="1.9.0", forRemoval=true) public abstract class EnumListNode<E extends Enum<E>> extends EnumListNode<E>
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 EnumListNode
Represents a configuration node with a list of enum values.
Since:
1.0.0
Author:
Isabel Maskrey
  • Constructor Details

    • EnumListNode

      public EnumListNode(@NotNull @NotNull ConfigurationContainer parent, @NotNull @NotNull String name)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Creates a new configuration node with a list of enum values.
      Parameters:
      parent - The parent configuration.
      name - The node's name.
      Since:
      1.0.0