By Piotr Nowicki
via piotrnowicki.com
Published: Jun 18 2012 / 11:20
The aim of this post is to show you how, using CDI, you can inject Java properties entries directly into your Java class. This is somewhat similar to the Spring's `@Value` annotation.
Add your comment