org.apache.tapestry5.ioc.annotations
Annotation Type SubModule
- @Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
@UseWith(value=MODULE)
public @interface SubModule 
Attached to a module class, this annotation identifies other module classes that should also be added to the
 Registry. This is often easier than updating the JAR Manifest.
| Required Element Summary | 
|  Class[] | valueOne or more classes that are also modules and should also be loaded.
 | 
 
value
public abstract Class[] value
- One or more classes that are also modules and should also be loaded.
 
- 
 
- 
 
Copyright © 2003-2012 The Apache Software Foundation.