| Class | Description |
|---|---|
| CDIPropertiesExtension |
This extension enables CDI to inject properties from a property file.
|
| PropertyInjectionTarget<T> |
Injection target implementation that takes care of injecting properties read from a property file
Created by peter on 2/4/14.
|
| ValueConverterFactory |
Factory for making the lookup of value converter
Created by peter on 2/21/14.
|
| Annotation Type | Description |
|---|---|
| Property |
This annotation specifies the injection point of a property
The property is loaded from the file specified by @PropertyFile annotation
|
| PropertyFile |
This annotation gives a hint where the properties file is located
|