@CheckReturnValue @ParametersAreNonnullByDefault @ReturnValuesAreNonnullByDefault @FieldsAreNonnullByDefault

Package org.sosy_lab.common.configuration.converters

This package provides the possibility to convert String values into appropriate objects of certain types. This is used by the Configuration class to convert configuration options into objects before injecting them. The primary interface is TypeConverter, and some default implementations for commonly-used classes are also provided.