colesico.framework.dslvalidator.t9n.ResourceConfProducer Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of colesico-validation Show documentation
Show all versions of colesico-validation Show documentation
Colesico framework data bean validation assistant and simple dsl validator
// 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-10-07T09:57:46.356Z",
hashId = "0413953d-d3a7-4666-b37d-14623fde794b"
)
@Producer
@Produce(ResourceConf.class)
public class ResourceConfProducer {
@Singleton
@Polyproduce
public ResourceOptionsPrototype getResourceConf(final ResourceConf config) {
return config;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy