Skip to content

emmanuel-coquelin/vaadin-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Set of utilities to use with Vaadin :

I18nConstants annotation

An annotation to use on an interface to allow a GWT-like definition of properties :

@I18nConstants
public interface Demo{

  public String testWithoutKey(); // implementation will return testWithoutKey
  
  @Key("demo.test.with.key")
  public String testWithKey(); // implementation will return demo.test.with.key
  
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages