Relative Content

Tag Archive for springmicronaut

Populating properties into application context with PropertySource

I was wondering if in Micronaut it is possible to achieve similar functionality like in Sppring where by creating custom annotation we are able to populate custom properties into the application context (environment). I have working example in Spring but can’t figure out if and how correctly could be achieved.