Abstract
This appendix, targetted at contributors to Wicket Objects itself, runs through the different Maven (sub)modules and their main contents.
This small submodule defines the Wicket Objects application library, and (along with Naked Objects' own applib) represents the sole point of coupling between Wicket Objects and the domain objects themselves.
There is no real behaviour in this module; instead it defines
annotations to decorate your domain objects. An example is
@WizardPageDescription
, which when applied to a
String
property will render the value of that
property as the header of a wizard page, and suppress the property's
label.