com.sun.enterprise.config.serverbeans.RequestPolicyInjector 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 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 = "request-policy", metadata = "@auth-recipient=optional,@auth-recipient=datatype:java.lang.String,@auth-recipient=leaf,@auth-source=optional,@auth-source=datatype:java.lang.String,@auth-source=leaf,target=com.sun.enterprise.config.serverbeans.RequestPolicy")
@InjectionTarget(RequestPolicy.class)
public class RequestPolicyInjector
extends NoopConfigInjector
{
}