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

com.github.datalking.context.MessageSourceResolvable Maven / Gradle / Ivy

The newest version!
package com.github.datalking.context;

/**
 * @author yaoo on 5/7/18
 */
public interface MessageSourceResolvable {

    String[] getCodes();

    Object[] getArguments();

    String getDefaultMessage();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy