forked from square/dagger
-
Notifications
You must be signed in to change notification settings - Fork 2k
Open
Description
Jakarta is coming to cause headaches for all :)
It would be nice if Dagger could support processing Jakarta inject annotations as well as javax inject annotations. That would prevent us from potentially having to write a cross injection system constructor like
@Inject
@jakarta.inject.Inject
Fortunately, they don't share a package and it looks like jakarta pretty much only changed the package name.
Reactions are currently unavailable