org.glassfish.resources.config.CustomResourceInjector 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 for IBM JDK
package org.glassfish.resources.config;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "custom-resource", metadata = "=collection:org.jvnet.hk2.config.types.Property,=collection:org.jvnet.hk2.config.types.Property,@deployment-order=optional,@deployment-order=default:100,@deployment-order=datatype:java.lang.Integer,@deployment-order=leaf,@description=optional,@description=datatype:java.lang.String,@description=leaf,@enabled=optional,@enabled=default:true,@enabled=datatype:java.lang.Boolean,@enabled=leaf,@enabled=optional,@enabled=default:true,@enabled=datatype:java.lang.Boolean,@enabled=leaf,@factory-class=optional,@factory-class=datatype:java.lang.String,@factory-class=leaf,@jndi-name=optional,@jndi-name=datatype:java.lang.String,@jndi-name=leaf,@object-type=optional,@object-type=default:user,@object-type=datatype:java.lang.String,@object-type=leaf,@res-type=optional,@res-type=datatype:java.lang.String,@res-type=leaf,key=@jndi-name,keyed-as=com.sun.enterprise.config.serverbeans.BindableResource,target=org.glassfish.resources.config.CustomResource")
@InjectionTarget(CustomResource.class)
public class CustomResourceInjector
extends NoopConfigInjector
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy