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

colesico.framework.dslvalidator.t9n.ResourceConfProducer Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
// This is automatically generated file. Do not modify!
package colesico.framework.dslvalidator.t9n;

import colesico.framework.assist.codegen.Genstamp;
import colesico.framework.ioc.production.Polyproduce;
import colesico.framework.ioc.production.Produce;
import colesico.framework.ioc.production.Producer;
import colesico.framework.resource.ResourceOptionsPrototype;
import javax.inject.Singleton;

@Genstamp(
        generator = "colesico.framework.config.codegen.IocGenerator",
        timestamp = "2020-02-23T11:02:37.196Z",
        hashId = "444897d0-f666-4a25-9ec2-9e6e4901a1a5"
)
@Producer
@Produce(ResourceConf.class)
public class ResourceConfProducer {
    @Singleton
    @Polyproduce
    public ResourceOptionsPrototype getResourceConf(final ResourceConf config) {
        return config;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy