]
Edoardo Vacchi updated DROOLS-4837:
-----------------------------------
Sprint: 2019 Week 47-49 (from Nov 18)
Abstract reflective accesses from RuleUnitDescription
-----------------------------------------------------
Key: DROOLS-4837
URL:
https://issues.redhat.com/browse/DROOLS-4837
Project: Drools
Issue Type: Feature Request
Reporter: Edoardo Vacchi
Assignee: Edoardo Vacchi
Priority: Major
Labels: drools-core
RuleUnitDescription interface returns `Method`s; in Kogito we need a way to abstract over
class definitions so that a RuleUnit can be materialized at later stages of the
compilation process.
with this JIRA, we introduce an abstraction over RuleUnitDescription, so that different
implementations can be provided. The default implementation is reflective (uses Methods),
but a non-reflective implementation will be allowed.