Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.1.0
-
Fix Version/s: 1.2.0
-
Component/s: None
-
Labels:None
Description
This annotation should have access to the spring context and to the hivemind registry to allow expressions like:
persistenceService.allTypes.{ #this instanceof MyInterface}
Two new annotations: initial value, to initialize the value of a transient combo, and PossibleValues, that obtains the entries in a combo from an ognl expression. Also, there is a sample in Simple (car) to show its use.
Written by Pablo Ruggia, reformated to use tabs and put braces in a new line.
I'll try to add some unit test and more samples soon.