org.glassfish.web.config.serverbeans.WebContainerInjector 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 org.glassfish.web.config.serverbeans;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "web-container", metadata = "=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property,=org.glassfish.web.config.serverbeans.SessionConfig,[email protected],@jsp-caching-enabled=optional,@jsp-caching-enabled=default:false,@jsp-caching-enabled=datatype:java.lang.String,@jsp-caching-enabled=leaf,target=org.glassfish.web.config.serverbeans.WebContainer")
@InjectionTarget(WebContainer.class)
public class WebContainerInjector
extends NoopConfigInjector
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy