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 = "2022-11-17T14:14:53.035Z",
hashId = "41db7a06-0f6f-409d-ad22-9734bdfa3d44"
)
@Producer
@Produce(ValidatorMessagesImpl.class)
public class ValidatorMessagesT9nProducer {
public ValidatorMessages getValidatorMessages0(final ValidatorMessagesImpl impl) {
return impl;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy