Am 24.06.2015 19:59, schrieb werickson:
[...]
CoffeeShop coffeeShop = DaggerCoffeeShop.builder()
    .dripCoffeeModule(new DripCoffeeModule())
    .build();
CoffeeMaker = coffeeShop.maker();

yes... I see now how it works. DaggerCoffeeShop for example, as a generated class, that will be made known to javac and Groovy will be able to pick the class up after the javac step.

True in such a case Groovy would need an annotation processor as well then. But unless Dagger is suing something from javac itself it should be doable. And since it seems to work with the eclipse compiler I would assume this not being the case.

bye blackdrag

--
Jochen "blackdrag" Theodorou
blog: http://blackdragsview.blogspot.com/

Reply via email to