public abstract @interface

Connector

implements Annotation
org.mule.api.annotations.Connector

Class Overview

This annotation defines a class that will export its functionality as a Mule Cloud Connector.

There are a few restrictions as to which types as valid for this annotation: - It cannot be an interface - It must be public - It cannot have a typed parameter (no generic)

Summary

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

Constants

public static final String DEFAULT_VERSION

Constant Value: "1.0"