Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sisu-users] Adding some parameters

I am trying to see how to add some parameters as I see inĀ https://github.com/eclipse/sisu.inject/blob/5787a375a460c6ec96131e7ec764c800542915ef/org.eclipse.sisu.inject.tests/src/org/eclipse/sisu/wire/ParametersTest.java to an application set up just like the tutorial.

The tutorial constructs a WireModule over a SpaceModule.

Can I make an anonymous subclass of WireModule with some @Parameter annotations?


Back to the top