org.glassfish.batch.spi.impl.BatchRuntimeConfigurationInjector 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.batch.spi.impl;
import org.jvnet.hk2.annotations.Service;
import org.jvnet.hk2.config.InjectionTarget;
import org.jvnet.hk2.config.NoopConfigInjector;
@Service(name = "batch-runtime-configuration", metadata = "@data-source-lookup-name=optional,@data-source-lookup-name=datatype:java.lang.String,@data-source-lookup-name=leaf,@executor-service-lookup-name=optional,@executor-service-lookup-name=default:concurrent/__defaultManagedExecutorService,@executor-service-lookup-name=datatype:java.lang.String,@executor-service-lookup-name=leaf,@schema-name=optional,@schema-name=default:APP,@schema-name=datatype:java.lang.String,@schema-name=leaf,@table-prefix=optional,@table-prefix=default:,@table-prefix=datatype:java.lang.String,@table-prefix=leaf,@table-suffix=optional,@table-suffix=default:,@table-suffix=datatype:java.lang.String,@table-suffix=leaf,target=org.glassfish.batch.spi.impl.BatchRuntimeConfiguration")
@InjectionTarget(BatchRuntimeConfiguration.class)
public class BatchRuntimeConfigurationInjector
extends NoopConfigInjector
{
}