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


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

Adds displaying information to a field or parameter.


Optional Element Summary
 String value
          The description is a a brief description for the annotated element.
 

value

public abstract String value
The description is a a brief description for the annotated element. If this value is not specified the javadoc of the annotated element.

Default:
""


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