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
 
- 
Method Details
- 
value
Gets the value.- Returns:
 - the value
 - Since:
 - 4.10.0
 
 
 -