Book a Demo

Author Topic: Java code generation  (Read 1959 times)

bueyuekt

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Java code generation
« on: May 06, 2010, 08:01:07 pm »
Hello,

I have made an class model with the EA. For the java code generation
i defined for default collection class: java.util.List.

Now i want to use generics list. How is this made??

Actually, i use java.util.List<?> but this is not type safe.

Any suggestions?