
org.solovyev.common.msg.Message Maven / Gradle / Ivy
/*
* Copyright (c) 2009-2010. Created by serso.
*
* For more information, please, contact [email protected].
*/
package org.solovyev.common.msg;
import org.jetbrains.annotations.NotNull;
import java.util.List;
import java.util.Locale;
/**
* User: serso
* Date: Mar 29, 2010
* Time: 10:45:56 PM
*/
public interface Message {
@NotNull
public String getMessageCode();
@NotNull
public List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy