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


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

This is a lifecycle annotation. The method annotated with @Stop will be called during the org.mule.api.lifecycle.Stoppable phase of its lifecycle.
The scope of this annotations corresponds to an Connector context.



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