com.sun.enterprise.config.serverbeans.NodesInjector 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 = "nodes", metadata = "=collection:com.sun.enterprise.config.serverbeans.Node,@freeze=optional,@freeze=default:false,@freeze=datatype:java.lang.Boolean,@freeze=leaf,target=com.sun.enterprise.config.serverbeans.Nodes")
@InjectionTarget(Nodes.class)
public class NodesInjector
extends NoopConfigInjector
{
}