-
Bug
-
Resolution: Done
-
Minor
-
1.0.0.Alpha2
-
None
-
Workaround Exists
-
Fields which are not null are skipped when performing @Resource injections. However, primitive fields are never null and therefore injections do not occur on those fields.
Example:
@Resource(name = "port") int port;