Module is.codion.framework.domain
Interface AttributeDefinition.ValueSupplier<T>
- Type Parameters:
T
- the value type
- All Superinterfaces:
Serializable
- Enclosing interface:
- AttributeDefinition<T>
Supplies values, for example default ones.
-
Method Summary
-
Method Details
-
get
T get()- Returns:
- the value
-