
com.sun.enterprise.config.serverbeans.ClustersInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-embedded-web Show documentation
Show all versions of payara-embedded-web Show documentation
Embedded-Web Distribution of the Payara Project for IBM JDK
The newest version!
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 = "clusters", metadata = "=collection:com.sun.enterprise.config.serverbeans.Cluster,target=com.sun.enterprise.config.serverbeans.Clusters")
@InjectionTarget(Clusters.class)
public class ClustersInjector
extends NoopConfigInjector
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy