[SJN-11] Add Types to the system | |
| Status: | Closed |
| Project: | Simple-JNDI |
| Component/s: | |
| Affects Version/s: | |
| Fix Version/s: | 0.4 |
| Type: | New Feature | Priority: | Major |
| Reporter: | Henri Yandell | Assignee: | Henri Yandell |
| Resolution: | Fixed | ||
| Environment: | |||
| Description |
| A property com.foo.Value may have a com.foo.Value.type which specifies the classname of the object to use for the value. If it equals java.lang.Integer, and com.foo.Value=12, then it's akin to doing new Integer(12). |