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

fish.payara.nucleus.notification.configuration.NewRelicNotifierInjector Maven / Gradle / Ivy

There is a newer version: 4.1.2.181
Show newest version

package fish.payara.nucleus.notification.configuration;

import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;

@Service(name = "new-relic-notifier", metadata = "@enabled=optional,@enabled=default:false,@enabled=datatype:java.lang.Boolean,@enabled=leaf,target=fish.payara.nucleus.notification.configuration.NewRelicNotifier")
@InjectionTarget(NewRelicNotifier.class)
public class NewRelicNotifierInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy