javaquery/api/src/test/java/org/apidesign/bck2brwsr/htmlpage/PersonImpl.java
branchmodel
changeset 960 4887e22cb810
parent 925 b486f65ac4f5
child 961 3cdaee10e72b
     1.1 --- a/javaquery/api/src/test/java/org/apidesign/bck2brwsr/htmlpage/PersonImpl.java	Thu Apr 04 06:12:36 2013 +0200
     1.2 +++ b/javaquery/api/src/test/java/org/apidesign/bck2brwsr/htmlpage/PersonImpl.java	Tue Apr 09 10:06:19 2013 +0200
     1.3 @@ -54,7 +54,9 @@
     1.4      @Model(className = "People", properties = {
     1.5          @Property(array = true, name = "info", type = PersonImpl.class),
     1.6          @Property(array = true, name = "nicknames", type = String.class),
     1.7 -        @Property(array = true, name = "age", type = int.class),})
     1.8 +        @Property(array = true, name = "age", type = int.class),
     1.9 +        @Property(array = true, name = "sex", type = Sex.class)
    1.10 +    })
    1.11      public class PeopleImpl {
    1.12      }
    1.13  }