colesico.framework.dslvalidator.t9n.TranslationProducer 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.Produce;
import colesico.framework.ioc.Producer;
@Genstamp(
generator = "colesico.framework.translation.codegen.generator.IocGenerator",
timestamp = "2019-02-11T20:18:35.664Z",
hashId = "fbcadbd9-706c-447f-a049-88712592a47d"
)
@Producer("minor")
@Produce(ValidatorMessagesImpl.class)
public class TranslationProducer {
public ValidatorMessages getValidatorMessages0(final ValidatorMessagesImpl impl) {
return impl;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy