Annotation Type ModuleDef


  • @Retention(RUNTIME)
    @Target(METHOD)
    @Inherited
    public @interface 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)