org.mule.api.annotations.lifecycle
Annotation Type Start


@Target(value=METHOD)
@Retention(value=SOURCE)
@Documented
public @interface Start

This is a lifecycle annotation. The method annotated with @Start will be called during the org.mule.api.lifecycle.Startable phase of its lifecycle.



Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.