com.swrve.ratelimitedlogger.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rate-limited-logger Show documentation
Show all versions of rate-limited-logger Show documentation
RateLimitedLogger is an SLF4J-compatible, simple, fluent API for rate-limited logging in Java
/**
* an SLF4J-compatible, simple, fluent API for rate-limited logging in Java; start with {@link com.swrve.ratelimitedlogger.RateLimitedLog}.
*/
@ParametersAreNonnullByDefault
@DefaultAnnotation(Nonnull.class)
package com.swrve.ratelimitedlogger;
import edu.umd.cs.findbugs.annotations.DefaultAnnotation;
import javax.annotation.Nonnull;
import javax.annotation.ParametersAreNonnullByDefault;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy