@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface CustomChildren
Annotates a collection children getter, which should return parameterized Collection or List. The returned elements
are those who don't belong to any of the usual collection children (see SubTagList).