This might be a silly question, but is there any w...
# micronaut
d
This might be a silly question, but is there any way to "disable" a bean from satisfying certain dependencies, but still make it available? In my case, I'd like to prevent
ConsulClient
from being used for discovery, but I still would like to be able to inject it into my own classes
🤔 1