All Downloads are FREE. Search and download functionalities are using the official Maven repository.
Please wait. This can take some minutes ...
Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance.
Project price only 1 $
You can buy this project and download/modify it how often you want.
com.sun.enterprise.config.serverbeans.WebModuleInjector 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 = "web-module", metadata = "target=com.sun.enterprise.config.serverbeans.WebModule,@context-root=optional,@context-root=datatype:java.lang.String,@context-root=leaf,@location=optional,@location=datatype:java.lang.String,@location=leaf,@object-type=optional,@object-type=default:user,@object-type=datatype:java.lang.String,@object-type=leaf,@enabled=optional,@enabled=default:true,@enabled=datatype:java.lang.Boolean,@enabled=leaf,@libraries=optional,@libraries=datatype:java.lang.String,@libraries=leaf,@availability-enabled=optional,@availability-enabled=default:false,@availability-enabled=datatype:java.lang.Boolean,@availability-enabled=leaf,@directory-deployed=optional,@directory-deployed=default:false,@directory-deployed=datatype:java.lang.Boolean,@directory-deployed=leaf,@description=optional,@description=datatype:java.lang.String,@description=leaf,=collection:com.sun.enterprise.config.serverbeans.WebServiceEndpoint,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property,@name=optional,@name=datatype:java.lang.String,@name=leaf,key=@name,keyed-as=org.glassfish.api.admin.config.ApplicationName")
@InjectionTarget(WebModule.class)
public class WebModuleInjector
extends NoopConfigInjector
{
}