-
niallg committed revision 1299 to the Simple SVN repository, changing 1 files.
2009-12-17 13:34:16 UTC in Simple
-
niallg committed revision 1298 to the Simple SVN repository, changing 1 files.
2009-12-17 11:47:32 UTC in Simple
-
niallg committed revision 1297 to the Simple SVN repository, changing 4 files.
2009-12-17 11:40:38 UTC in Simple
-
niallg made 1 file-release changes.
2009-12-16 16:53:02 UTC in Simple
-
niallg made 1 file-release changes.
2009-12-16 16:52:01 UTC in Simple
-
niallg committed revision 1711 to the Simple SVN repository, changing 1 files.
2009-12-16 16:33:55 UTC in Simple
-
niallg committed revision 1296 to the Simple SVN repository, changing 1 files.
2009-12-16 12:22:48 UTC in Simple
-
Another way to solve this is constructor injection like so.
@Root
public class EnumBug {
@Element
private PartType type;
public EnumBug(@Element(name="type") PartType type) {
this.type = type;
}
public PartType getType() {
return type;
}
}.
2009-12-16 12:21:50 UTC in Simple
-
niallg committed revision 1295 to the Simple SVN repository, changing 2 files.
2009-12-16 12:20:31 UTC in Simple
-
niallg made 2 file-release changes.
2009-12-10 17:21:02 UTC in Simple