first test with https://github.com/profelis/bindx2
This commit is contained in:
+3
-1
@@ -1,6 +1,8 @@
|
||||
package vo;
|
||||
import bindx.IBindable;
|
||||
|
||||
class RiderVO {
|
||||
@:bindable
|
||||
class RiderVO implements IBindable {
|
||||
|
||||
// constants for use with Reflect api when updating SelectedRider VO
|
||||
public static final ID:String = "id";
|
||||
|
||||
Reference in New Issue
Block a user