public abstract @interface

Source

implements Annotation
org.mule.api.annotations.Source

Class Overview

This annotation marks a method inside a Module as a callable from within a Mule flow and capable of generating Mule events. Each marked method will have a org.mule.api.source.MessageSource generated.

The method must receive a SourceCallback as one of its arguments. It does not matter which parameter it is as long it is there.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation