105106107108109110111
* the element type of the property * @return a list property which takes the source object (a {@link List}) as * the property list. */ public static IListProperty selfList(Object elementType) { return new SelfListProperty(elementType); }