fish.payara.appserver.zendesk.config.ZendeskSupportConfigurationInjector 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 for IBM JDK
package fish.payara.appserver.zendesk.config;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "zendesk-support-configuration", metadata = "@email-address=optional,@email-address=datatype:java.lang.String,@email-address=leaf,@enabled=optional,@enabled=default:true,@enabled=datatype:java.lang.Boolean,@enabled=java.lang.Boolean,target=fish.payara.appserver.zendesk.config.ZendeskSupportConfiguration")
@InjectionTarget(ZendeskSupportConfiguration.class)
public class ZendeskSupportConfigurationInjector
extends NoopConfigInjector
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy