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.
The scope of this annotations corresponds to an Connector context.



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.