| org.apache.tapestry.ioc.annotations.SubModule
SubModule | public @interface SubModule(Code) | | 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.
|
Field Summary | |
Class[] | value One or more classes that are also modules and should also be loaded. |
value | Class[] value(Code) | | One or more classes that are also modules and should also be loaded.
|
|
|