201202203204205206207
/** * Create an instance of {@link ListItem } * */ public ListItem createListItem() { return new ListItem(); }