Module org.mule.sdk.api
Annotation Interface Domain
@Target({FIELD,PARAMETER})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.4")
@DoNotEnforceMinMuleVersion
public @interface Domain
Indicates that the annotated parameter represent a network domain.
For NTLM domains use NtlmDomain instead.
- Since:
- 1.0
- See Also: