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

com.github.earchitecture.reuse.view.spring.controller.Mensagem Maven / Gradle / Ivy

The newest version!
package com.github.earchitecture.reuse.view.spring.controller;

/**
 * @author Cleber Barcelos
 * @version 0.1.0
 */
public interface Mensagem {
  String INFOS = "infos";
  String ERRORS = "errors";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy