org.glassfish.weld.connector.CDIServiceInjector Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payara-micro Show documentation
Show all versions of payara-micro Show documentation
Micro Distribution of the Payara Project
package org.glassfish.weld.connector;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "cdi-service", metadata = "@enable-cdi-dev-mode=optional,@enable-cdi-dev-mode=default:false,@enable-cdi-dev-mode=datatype:java.lang.Boolean,@enable-cdi-dev-mode=leaf,@enable-implicit-cdi=optional,@enable-implicit-cdi=default:true,@enable-implicit-cdi=datatype:java.lang.Boolean,@enable-implicit-cdi=leaf,target=org.glassfish.weld.connector.CDIService")
@InjectionTarget(CDIService.class)
public class CDIServiceInjector
extends NoopConfigInjector
{
}