Package org.apache.tapestry5.ioc.junit
Annotation Type ModuleDef
Marker annotation for a method which creates a
ModuleDef
.
Used by the TapestryIOCJUnit4ClassRunner
, methods with this annotation must be public, static, no-args methods
which return ModuleDef
(or a subclass)