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

org.jspringbot.keyword.i18n.CreateI18nObject Maven / Gradle / Ivy

There is a newer version: 1.9
Show newest version
package org.jspringbot.keyword.i18n;

import org.jspringbot.KeywordInfo;
import org.springframework.stereotype.Component;

@Component
@KeywordInfo(
        name = "Create i18n Object",
        description = "classpath:desc/CreateI18nObject.txt"
)
public class CreateI18nObject extends Abstracti18nKeyword {

    @Override
    public Object execute(Object[] params) {
        return i18nHelper.createI18nObject();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy