jigsaw

86 views
Skip to first unread message

Joshua S

unread,
Jul 18, 2016, 10:23:24 AM7/18/16
to Dagger Discuss

What are the plans for dagger to support jigsaw in java 9?

  1. Can we @Inject across different java 9 modules?
  2. Can we @Inject a java 9 service that isn't provided explicitly by dagger?

E.g. with a module-info.java:

module com.foo.bar {
    provides com.foo.api.MyInterface with com.foo.impl.MyImpl;
}


be able to @Inject MyInterface without mentioning it in any dagger module.

Reply all
Reply to author
Forward
0 new messages