Interface Defaultable<T>

Type Parameters:
T - the value type
All Known Implementing Classes:
SingleSelectCapability, TypeCapability

public interface Defaultable<T>
Metadata with a default value.
Author:
Dave Syer
  • Method Summary

    Modifier and Type
    Method
    Description
    Return the default value.
  • Method Details

    • getDefault

      T getDefault()
      Return the default value.
      Returns:
      the default value