Hi, I have a use case where i want to provide to my service a white list + a black list of patterns.This list must be extensible by the service user via a contributeXxx method. The DefaultModelDef does not allow this. I guess this is a design choice, but is it reasonnable to say that the contributeXxx should have as many configuration parameters as the service constructor to accept the contribution method ?
Regards, Christophe