
|
If you were logged in you would be able to see more operations.
|
|
|
|
It should be possible to annotate a bean getter that computes a read only property, eg.:
@ExternalizedProperty
public double getComputedRatio() {
// compute something...
}
|
|
Description
|
It should be possible to annotate a bean getter that computes a read only property, eg.:
@ExternalizedProperty
public double getComputedRatio() {
// compute something...
}
|
Show » |
Sort Order:
|