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

com.sun.grizzly.config.dom.SelectionKeyHandlerInjector Maven / Gradle / Ivy

There is a newer version: 1.9.65
Show newest version

package com.sun.grizzly.config.dom;

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

@Service(name = "selection-key-handler", metadata = "@name=optional,@name=datatype:java.lang.String,@name=leaf,keyed-as=com.sun.grizzly.config.dom.SelectionKeyHandler,target=com.sun.grizzly.config.dom.SelectionKeyHandler,=collection:org.jvnet.hk2.config.types.Property,@classname=optional,@classname=datatype:java.lang.String,@classname=leaf,key=@name")
@InjectionTarget(SelectionKeyHandler.class)
public class SelectionKeyHandlerInjector
    extends NoopConfigInjector
{


}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy