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