fish.payara.internal.notification.admin.NotificationServiceConfigurationInjector 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.internal.notification.admin;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "notification-service-configuration", metadata = "<*>=collection:fish.payara.internal.notification.PayaraNotifierConfiguration,@enabled=optional,@enabled=default:false,@enabled=datatype:java.lang.Boolean,@enabled=leaf,target=fish.payara.internal.notification.admin.NotificationServiceConfiguration")
@InjectionTarget(NotificationServiceConfiguration.class)
public class NotificationServiceConfigurationInjector
extends NoopConfigInjector
{
}