KrailOrg / krail

Rapid web app framework using Vaadin 8 integrated with Guice and Shiro
50 stars 19 forks source link

Configure Caption & Description from sample key (PropertyConfiguration) #715

Open davidsowerby opened 5 years ago

davidsowerby commented 5 years ago

Instead of having to specify keys for every property, provide a sample key (to get the enum class), then default to the property name to find the value from the enum.valueOf

Reduces the amount of configuration needed