colesico.framework.dslvalidator.t9n.ValidatorMessagesT9nProducer 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.Produce;
import colesico.framework.ioc.production.Producer;
@Genstamp(
generator = "colesico.framework.translation.codegen.generator.IocGenerator",
timestamp = "2020-06-23T17:05:32.264Z",
hashId = "054d2824-ce97-451c-8241-4aef314f421c"
)
@Producer
@Produce(ValidatorMessagesImpl.class)
public class ValidatorMessagesT9nProducer {
public ValidatorMessages getValidatorMessages0(final ValidatorMessagesImpl impl) {
return impl;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy