com.sun.enterprise.config.serverbeans.DomainInjector 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 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 = "domain", metadata = "<*>=collection:com.sun.enterprise.config.serverbeans.DomainExtension,=com.sun.enterprise.config.serverbeans.Applications,[email protected],=com.sun.enterprise.config.serverbeans.Clusters,[email protected],=com.sun.enterprise.config.serverbeans.Configs,[email protected],=fish.payara.enterprise.config.serverbeans.DeploymentGroups,[email protected],=com.sun.enterprise.config.serverbeans.NodeAgents,=com.sun.enterprise.config.serverbeans.Nodes,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property,=com.sun.enterprise.config.serverbeans.Resources,[email protected],=com.sun.enterprise.config.serverbeans.SecureAdmin,=com.sun.enterprise.config.serverbeans.Servers,[email protected],=com.sun.enterprise.config.serverbeans.SystemApplications,[email protected],=collection:com.sun.enterprise.config.serverbeans.SystemProperty,=collection:com.sun.enterprise.config.serverbeans.SystemProperty,@application-root=optional,@application-root=datatype:java.lang.String,@application-root=leaf,@locale=optional,@locale=datatype:java.lang.String,@locale=leaf,@log-root=optional,@log-root=datatype:java.lang.String,@log-root=leaf,@version=optional,@version=datatype:java.lang.String,@version=leaf,target=com.sun.enterprise.config.serverbeans.Domain")
@InjectionTarget(Domain.class)
public class DomainInjector
extends NoopConfigInjector
{
}