Re: Component group

2007-03-18 Thread Jeremy Boynes
+1 it was there for type safety in runtime but if it makes it hard to marshall no problem removing it I removed a couple of leftover references to in the JavaDoc as well -- Jeremy On Mar 18, 2007, at 1:46 PM, Meeraj Kunnumpurath wrote: Hi, I have been looking at the type parameter GROUP

Component group

2007-03-18 Thread Meeraj Kunnumpurath
Hi, I have been looking at the type parameter GROUP that has been added to PCD, which is not formalized anywhere down the inheritance tree. This means, the marshallers and unmarshallers won't be able to work against a static type that can be reflectively introspected at runtime, becuase of era