Interface AttributeDefinition.ValueSupplier<T>

Type Parameters:
T - the value type
All Superinterfaces:
Serializable
Enclosing interface:
AttributeDefinition<T>

public static interface AttributeDefinition.ValueSupplier<T> extends Serializable
Supplies values, for example default ones.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details

    • get

      T get()
      Returns:
      the value