org.apache.tapestry5.ioc.annotations
Annotation Type Startup


@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface Startup

An annotation that may be placed on a startup method of a module. A startup method is an simple way to provide extra logic to be executed at Registry.performRegistryStartup(). Instead of making contributions to the RegistryStartup service configuration you can provide startup methods inside your modules.

Since:
5.2.0



Copyright © 2003-2012 The Apache Software Foundation.