As a follow-up from #761, we should also support navigating to the property definition locations when using @ConditionalOnProperty, for example @ConditionalOnProperty("petclinic.s1.message")
Also consider navigating to property defined by prefix and name:
@ConditionalOnProperty(prefix = "notification", name = "service")