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

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

There is a newer version: 10.0-b28
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 = "event", metadata = "target=com.sun.enterprise.config.serverbeans.Event,@type=optional,@type=datatype:java.lang.String,@type=leaf,key=@type,keyed-as=com.sun.enterprise.config.serverbeans.Event,@record-event=optional,@record-event=default:true,@record-event=datatype:java.lang.Boolean,@record-event=leaf,@level=optional,@level=default:INFO,@level=datatype:java.lang.String,@level=leaf,@description=optional,@description=datatype:java.lang.String,@description=leaf,=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property")
@InjectionTarget(Event.class)
public class EventInjector
    extends NoopConfigInjector
{


}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy