com.sun.enterprise.config.serverbeans.SslClientConfigInjector 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 com.sun.enterprise.config.serverbeans;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "ssl-client-config", metadata = "=org.glassfish.grizzly.config.dom.Ssl,target=com.sun.enterprise.config.serverbeans.SslClientConfig")
@InjectionTarget(SslClientConfig.class)
public class SslClientConfigInjector
extends NoopConfigInjector
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy