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

com.sun.enterprise.config.serverbeans.ThreadPoolsInjector Maven / Gradle / Ivy

There is a newer version: 7.2024.1.Alpha1
Show 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 = "thread-pools", metadata = "=collection:org.glassfish.grizzly.config.dom.ThreadPool,target=com.sun.enterprise.config.serverbeans.ThreadPools")
@InjectionTarget(ThreadPools.class)
public class ThreadPoolsInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy