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

com.sun.enterprise.config.serverbeans.WebContainerInjector Maven / Gradle / Ivy

There is a newer version: 10.0-b28
Show newest version

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 = "web-container", metadata = "target=com.sun.enterprise.config.serverbeans.WebContainer,=com.sun.enterprise.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,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property")
@InjectionTarget(WebContainer.class)
public class WebContainerInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy