Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
397 |
jp_milcent |
1 |
package org.tela_botanica.client.i18n;
|
|
|
2 |
|
|
|
3 |
import com.google.gwt.i18n.client.ConstantsWithLookup;
|
|
|
4 |
|
|
|
5 |
public interface AppliConstantes extends ConstantsWithLookup{
|
|
|
6 |
String appliNom();
|
|
|
7 |
String appliCode();
|
|
|
8 |
String appliVersion();
|
|
|
9 |
}
|