Interface IOptionDescriptor<T>

All Superinterfaces:
IDescribable

public interface IOptionDescriptor<T> extends IDescribable
  • Method Details

    • getConstraint

      IConstraint<T> getConstraint()
    • getDefault

      T getDefault()