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

software.reinvent.commons.log.InjectLogger Maven / Gradle / Ivy

package software.reinvent.commons.log;

import static java.lang.annotation.ElementType.FIELD;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;

/**
 * Created on 11.01.2017.
 *
 * @author Leonard Daume
 */
@Target({FIELD})
@Retention(RetentionPolicy.RUNTIME)
public @interface InjectLogger {
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy