0

I am trying to build a custom component scan annotation in spring boot by taking a reference from this answer here. While this works like a charm and my application starts, Intellij gives out some compile-time warnings about not being able to autowire a class (Because no suitable bean types were found) that belongs to that package that I scanned through my custom annotation.

So I was wondering if the above-mentioned answer was missing something that provides IntelliJ the metadata about my bean during the compile time so this warning goes away?

0 Answers0