org.mule.api.annotations.display
Annotation Type FriendlyName


@Target(value={PARAMETER,FIELD})
@Documented
@Retention(value=SOURCE)
public @interface FriendlyName

Allows to specify a better label to the element and/or field to be used in Studio editor.


Optional Element Summary
 String value
          The value is a short name for the annotated element.
 

value

public abstract String value
The value is a short name for the annotated element. If this value is not specified it will inferred from the annotated element name.

Default:
""


Copyright © 2010-2013 MuleSoft, Inc.. All Rights Reserved.