I have a field for which I'd like to use the @Requires annotation with a
filter. That works just fine, but in a test environment I'd like to be able
to use a setter to replace the service represented by this field at
runtime. That is, the @Requires has been fulfilled, and I want to replace
it by way of a setter. This new value doesn't match the filter. Is that the
issue? Is there a way to do something like this?

Thanks.

Reply via email to