@Target(value=FIELD) @Retention(value=RUNTIME) @Documented public @interface Parameter
If applied to an operation class, then the parameter will be added to all the operations defined in that class.
The field must be a Java bean property (ie it needs to have setters and getters matching the field name).
Copyright © 2017 MuleSoft, Inc.. All rights reserved.