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

colesico.framework.telehttp.t9n.MessagesT9nProducer Maven / Gradle / Ivy

// This is automatically generated file. Do not modify!
package colesico.framework.telehttp.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 = "2023-11-27T16:01:26.450Z",
        hashId = "46a06d4f-041b-43c4-bf89-25636f60c61c"
)
@Producer
@Produce(MessagesImpl.class)
public class MessagesT9nProducer {
    public Messages getMessages0(final MessagesImpl impl) {
        return impl;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy