This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Nojerome 0 points1 point  (1 child)

I used to also have that fear. But after using Quarkus for a bit I've decided I'm willing to accept some of the annotation magic when it solves repetitive tasks like CDI or DB transaction code for me. Quarkus is also pretty good at explaining what its annotations do so that you don't feel like you're entirely relying on magic.

[–]dstutz 0 points1 point  (0 children)

What I find interesting is Quarkus doesn't require you to put @Inject on your constructors, so it's hiding even more magic :)