@ConditionalOnProperty(<*>name = "my.prop")
results in content-assist proposals showing up with property keys and selecting a completion item results in name
being replaced with the completion key, which is completely wrong. There should be no completion showing up from our side instead.