 |
 |
|
| Subject: |
Why new syntax? We have (almost) all we want already! |
| Date: |
2007-01-17 14:39:59 |
| From: |
jezuch |
|
|

|
public final Property<String> someProperty=...;
...
String value=someObject.someProperty.get();
someObject.someProperty.set("is it that difficult?"); |
|