Ejemplo n.º 1
0
 /**
  * Note: This method <em>doesn't</em> follow the usual convention of firing a property change. If
  * that functionality is needed, the code should be fixed.
  *
  * @param init An initializer, assumed to already be set up with a valid element type. (The
  *     ArrayInitializer constructor will set up the element type automatically, but this method
  *     does not.)
  */
 public void setInitialization(ArrayInitializer init) {
   typeDescriptor.initialization = init;
 }