@cxdoc This tag is to generate object arrays. If all the elements within the tag are from the same class, then that class is used in generating that object array. Primitive arrays can be generated as well, by specifying the primitive class name (i.e. int, double, etc).
@cxexample A String[] array:
@cxexample An int[] array:
@cxhelper [Ljava.lang.Object;
@author Heng Yuan
@version $Id: ArrayHelper.java 264 2007-06-10 17:36:57Z coconut $
@since CookXml 1.0