Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MicroProfile/Development/DesignDocs"

m
m
 
Line 3: Line 3:
 
2. Injection property - the following inject is static only and will not work for dynamic sources
 
2. Injection property - the following inject is static only and will not work for dynamic sources
 
@Inject @ConfigProperty("myProp") Integer myValue;
 
@Inject @ConfigProperty("myProp") Integer myValue;
 
[[Category:MicroProfile]]
 

Latest revision as of 16:28, 26 January 2024

Config Issues to be considered for next release 1. Ordinal ordering 2. Injection property - the following inject is static only and will not work for dynamic sources @Inject @ConfigProperty("myProp") Integer myValue;

Back to the top