com.sun.enterprise.config.serverbeans.SessionPropertiesInjector Maven / Gradle / Ivy
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 = "session-properties", metadata = "target=com.sun.enterprise.config.serverbeans.SessionProperties,@timeout-in-seconds=optional,@timeout-in-seconds=default:1800,@timeout-in-seconds=datatype:java.lang.String,@timeout-in-seconds=leaf,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property")
@InjectionTarget(SessionProperties.class)
public class SessionPropertiesInjector
extends NoopConfigInjector
{
}