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