Hey all,
i have a class with private members and no getters. I realized my rules with
the 'global' keyword. I read that global isnt good for every case, does a a
better solution exist?
public class example {
private int number;
..
..
}
*.drl:
package example;
global int number;
rule ....
Thank you!
--
View this message in context:
http://drools.46999.n3.nabble.com/rules-user-problem-with-private-members...
Sent from the Drools: User forum mailing list archive at
Nabble.com.