Skip to content

Commit 0a3b5eb

Browse files
authored
Merge pull request #2 from andre-cardoso/master
Added the group order configuration missing from the annotation parser.
2 parents 26a19fc + e9d2115 commit 0a3b5eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/org/beanio/internal/config/annotation/AnnotationParser.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ private static GroupConfig createGroup(TypeInfo info, Group group) {
422422
GroupConfig gc = new GroupConfig();
423423
gc.setName(info.name);
424424
gc.setType(info.propertyName);
425+
gc.setOrder(toValue(group.order()));
425426
gc.setCollection(info.collectionName);
426427

427428
Integer minOccurs = toValue(group.minOccurs());

0 commit comments

Comments
 (0)