|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
_______________________________________________ weld-issues mailing list [email protected] https://lists.jboss.org/mailman/listinfo/weld-issues

No, it does not. ClassTransformer learns about types by examining the deployed application. In addition, under some circumstances it is possible for BeanManager.createAnnotatedType() invocation to result in new type to be introduced. You should therefore make sure to limit calling createAnnotatedType() to startup before you start processing requests.