hi there!
i am asking myself if there is a way to get the compiled type declaration? i found one thread that says that guvnor can do it.
what i want to do is s.th. like that:
- writing rules using dynamic facts (type declarations)
- generating a jar with the compiled type declarations
- using this jar inside a unit-test only
- having full code completion and strong typing
- avoid using "string-based" factType API
Regards, Leif