This file could contain properties data that could be injected via @Resource on any bean that wants to reference it. The syntax could be as follows:
@Resource(name="my.prop.name")
private int myPropValue;
Description
This file could contain properties data that could be injected via @Resource on any bean that wants to reference it. The syntax could be as follows:
@Resource(name="my.prop.name")
private int myPropValue;