Answer by Edson Tirelli: It is not possible to add metadata to rules through use of annotations. It is an interesting idea for the future in case you want to open a feature request.
Having said that, I believe that in your case, to know which rules fired and which don't, what you need is simply to use an AgendaListener. Take a look at the documentation. It will allow your application to know exactly what is happening in terms of rules firing in your session. Metadata, however, you will have to store somewhere else, for now. -- View this message in context: http://www.nabble.com/Question-about-Metadata-for-Rules-tp17301548p17445790.html Sent from the drools - user mailing list archive at Nabble.com. _______________________________________________ rules-users mailing list [email protected] https://lists.jboss.org/mailman/listinfo/rules-users
