Interface AttributeDefinition.DefaultValue<T>

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

public static interface AttributeDefinition.DefaultValue<T> extends Serializable
Supplies a default value.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
     
  • Method Details