All Downloads are FREE. Search and download functionalities are using the official Maven repository.

fish.payara.enterprise.config.serverbeans.DeploymentGroupsInjector Maven / Gradle / Ivy

There is a newer version: 7.2024.1.Alpha1
Show newest version

package fish.payara.enterprise.config.serverbeans;

import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;

@Service(name = "deployment-groups", metadata = "=collection:fish.payara.enterprise.config.serverbeans.DeploymentGroup,target=fish.payara.enterprise.config.serverbeans.DeploymentGroups")
@InjectionTarget(DeploymentGroups.class)
public class DeploymentGroupsInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy