Skip to content

Commit

Permalink
- entry attr needed for simple xml to match things up.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwayner committed Jan 25, 2011
1 parent a745a44 commit 4726921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public class $type.name implements Serializable {

#foreach( $field in $type.fields )
#if ($field.isList())
@ElementList(inline=true, required=false)
@ElementList(inline=true, required=false, entry="${field.name}")
#else
@Element(required=false)
#end
Expand Down

0 comments on commit 4726921

Please sign in to comment.