Interface AdventureProperties.Property<T>

Type Parameters:
T - the value type
Enclosing class:
AdventureProperties

@Internal @NonExtendable public static interface AdventureProperties.Property<T>
A property.
Since:
4.10.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the value.
  • Method Details

    • value

      @Nullable T value()
      Gets the value.
      Returns:
      the value
      Since:
      4.10.0