org.mule.api.annotations.param
Annotation Type MetaDataKeyParam


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

Marks a parameter inside Connect as the key for the connector lookup.


Optional Element Summary
 MetaDataKeyParamAffectsType affects
          It reflects the target of the dynamic type.
 

affects

public abstract MetaDataKeyParamAffectsType affects
It reflects the target of the dynamic type. The default value is AUTO

Default:
org.mule.api.annotations.param.MetaDataKeyParamAffectsType.AUTO


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