[jboss-dev-forums] [Design the new POJO MicroContainer] - Re: MutableClassInfo?

stale.pedersen@jboss.org do-not-reply at jboss.com
Thu Jan 29 12:42:49 EST 2009


- or we can just get the classrepresentation from the ctclass like:
  | public Class<? extends Object> getType()
  | {
  |   if(clazz == null)
  |     clazz = ctClass.toClass(); //catch some exception
  |   return clazz;
  | }
- this would cause the MCI/ctClass to be frozen, but as long as we document it it might be ok?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4205648#4205648

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4205648



More information about the jboss-dev-forums mailing list