- Type Parameters:
E
-
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<E>, Collection<E>, List<E>, RandomAccess
public class ArrayListWml<E>
extends ArrayList<E>
Collection for P content; does 2 things above/beyond JAXB's default collection
type (arrayList):
1. Sanity check common user errors adding the wrong stuff
2. Sets parent correctly
See further http://stackoverflow.com/questions/7924079/what-is-the-default-list-implementation-in-jaxb2-and-how-do-i-change-it
- Since:
- 3.3.1
- Author:
- jharrop
- See Also:
- Serialized Form