Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: replaced 'accessor' (which is incorrect) with 'setter' in WARNING. Small but not minor change

...

Warning

Please note that you cannot use constructor argument based injection with Wicket, only accessorsetter-based injection!

It's possible to have your annotated dependencies automatically injected on construction. For this you have to install a SpringComponentInjector in your application.

...