]
Michael Biarnes Kiefer updated DROOLS-669:
------------------------------------------
Fix Version/s: 7.0.0.Beta8
(was: 7.0.0.Beta7)
Create "behavesAs" operator to support traiting
-----------------------------------------------
Key: DROOLS-669
URL:
https://issues.jboss.org/browse/DROOLS-669
Project: Drools
Issue Type: Feature Request
Affects Versions: 6.2.0.CR3
Reporter: Davide Sottara
Assignee: Davide Sottara
Fix For: 7.0.0.Beta8
Define an operator that would check if an object can provide *natively* all the methods
required by an interface. This would ensure that, upon donning the interface as a trait,
no soft field would be required, and that all methods in the interface would have a
concrete implementation.