I want to create an FxRule that applies a method, only if the method gets called from a specific class.
I would like to avoid instanciating certain class with new, and force to use the factory class. But I don\'t understand how to do that.