@Target(value=METHOD) @Retention(value=SOURCE) @Documented public @interface MetaDataRetriever
MetaDataRetriever describes the metadata
for the received metadata key parameter.
org.mule.common.metadata.MetaDataKey parameter is required and also the method return type must be org.mule.common.metadata.MetaData.
org.mule.common.metadata.builder.DefaultMetaDataBuilder.
For more information about org.mule.common.metadata.MetaData see org.mule.common.metadata.MetaDataModel.
Connector context or inside an @MetaDataCategory.MetaDataKeyRetriever method already defined.MetaDataOutputRetriever is present at the same context this annotation will only work for input metadata.
scenarios ONLY.Copyright © 2010–2015 MuleSoft, Inc.. All rights reserved.