Create JavaObject w/ Generics
Is there a way to, within PeopleCode, perform CreateJavaObject and other operations w/ Generics? Within Java, if the class is generic you are required to provide the modifier (e.g., you can't make a java.util.TreeSet, you must make a java.util.TreeSet<String>).