1 2 3 Previous Next 31 Replies Latest reply on Mar 7, 2008 5:49 PM by adrian.brock Go to original post
      • 30. Re: enums, generics and other animals
        alesj

         

        "alesj" wrote:

        "adrian@jboss.org" wrote:

        1) Why do you have class names as strings in the annotations?
        To be able to read the annotations at all the classloader must exist
        so there's no problem with letting the users specify classes.

        Bug. :-)
        That's why I called the commit initial.

        Changed and commited.
        All the IoC annotations now use Class instead of String to specify type.

        • 31. Re: enums, generics and other animals

          Thanks, a major refactoring just as I'm refactoring the poms
          Its good job I've hadn't got around to fixing the old xml parsing tests yet. ;-)

          I should have put a WARNING on my previous post about upgrading
          to jboss-reflection/mdr :-)

          1 2 3 Previous Next