package com.beust.jcommander; public interface IDefaultProvider { String getDefaultValueFor(String str); }