com.evasion.plugin.travel.Constante Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.evasion.plugin.travel;
/**
*
* @author sebastien.glon
*/
public class Constante {
public static final String SHORT_PLUGIN_NAME= "Travel";
public static final String PLUGIN_NAME = "Plugin-"+SHORT_PLUGIN_NAME;
}