public abstract @interface

Icons

implements Annotation
org.mule.api.annotations.display.Icons

Class Overview

Used in Module and Connector annotated classes to associate icons with them. Provided values are relative the annotated type location. If values are not provided then this#GENERIC_CLOUD_CONNECTOR_LARGE, this#GENERIC_CLOUD_CONNECTOR_SMALL, this#GENERIC_ENDPOINT_LARGE, this#GENERIC_ENDPOINT_SMALL, this#GENERIC_TRANSFORMER_LARGE and this#GENERIC_TRANSFORMER_SMALL will be used as needed formatting the strings with org.mule.api.annotations.Module#name() or org.mule.api.annotations.Connector#name()

Summary

Constants
String GENERIC_CLOUD_CONNECTOR_LARGE
String GENERIC_CLOUD_CONNECTOR_SMALL
String GENERIC_ENDPOINT_LARGE
String GENERIC_ENDPOINT_SMALL
String GENERIC_TRANSFORMER_LARGE
String GENERIC_TRANSFORMER_SMALL
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final String GENERIC_CLOUD_CONNECTOR_LARGE

Constant Value: "../../../icons/%s-connector-48x32.png"

public static final String GENERIC_CLOUD_CONNECTOR_SMALL

Constant Value: "../../../icons/%s-connector-24x16.png"

public static final String GENERIC_ENDPOINT_LARGE

Constant Value: "../../../icons/%s-endpoint-48x32.png"

public static final String GENERIC_ENDPOINT_SMALL

Constant Value: "../../../icons/%s-endpoint-24x16.png"

public static final String GENERIC_TRANSFORMER_LARGE

Constant Value: "../../../icons/%s-transformer-48x32.png"

public static final String GENERIC_TRANSFORMER_SMALL

Constant Value: "../../../icons/%s-transformer-24x16.png"