fish.payara.nucleus.notification.log.LogNotifierConfigurationInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-micro Show documentation
Show all versions of payara-micro Show documentation
Micro Distribution of the Payara Project
package fish.payara.nucleus.notification.log;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "log-notifier-configuration", metadata = "@enabled=optional,@enabled=default:false,@enabled=datatype:java.lang.Boolean,@enabled=leaf,@use-separate-log-file=optional,@use-separate-log-file=default:false,@use-separate-log-file=datatype:java.lang.Boolean,@use-separate-log-file=leaf,target=fish.payara.nucleus.notification.log.LogNotifierConfiguration")
@InjectionTarget(LogNotifierConfiguration.class)
public class LogNotifierConfigurationInjector
extends NoopConfigInjector
{
}