Module org.mule.sdk.api
Annotation Interface ConfiguresProxy
@Target(TYPE)
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.4")
@DoNotEnforceMinMuleVersion
public @interface ConfiguresProxy
Indicates that the annotated class models the configuration of a generic Proxy
This annotation is to be used on parameters which model a statically typed object (pojos or statically typed json, xml, etc).
For NTLM proxies use ConfiguresNtlmProxy instead
- Since:
- 1.0
- See Also: