|
||||||||
|
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

Some of the events allow for metadata to be altered, some not. See ProcessAnnotatedType, ProcessInjectionTarget and ProcessInjectionPoint as examples of those that allow that. Note that these modifications are always done using a special setter method (e.g. setAnnotatedType), not by modifying collections returned by the SPI.