Em seg., 15 de abr. de 2024 às 15:14, Vladislav Krejcirik <vkrejci...@gmail.com> escreveu: > > Thanks for quick response! I do need reflection for my class. Please see my > dummy Integration below. When I removed annotation, it was not able to find > my ‘getRandomNumber’ method. When I added annotation, it worked just fine, > but my VS Code was complaining about missing Quarkus dependency.
You can add the maven artifact: io.quarkus:quarkus-core to the dependency list, so the vscode can learn about the dependency. -- Claudio Miranda clau...@claudius.com.br http://www.claudius.com.br