All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.honeybadger.reporter.config.package-info Maven / Gradle / Ivy

There is a newer version: 2.1.2
Show newest version
/**
 * Configuration classes are contained in this package.
 *
 * The usage pattern is that you will define an implementation of
 * {@link io.honeybadger.reporter.config.ConfigContext} that provides a default values implementation
 * and then you will subclass {@link io.honeybadger.reporter.config.BaseChainedConfigContext}
 * and use the method overwriteWithContext() to load the default values into
 * the class and then load that specific configuration's values on top of the
 * default values.
 *
 * @author Elijah Zupancic
 * @since 1.0.10
 */
package io.honeybadger.reporter.config;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy