Module org.mule.sdk.api
Annotation Interface Password
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
@MinMuleVersion("4.5.0")
@DoNotEnforceMinMuleVersion
public @interface Password
Indicates that the annotated parameter represents a password.
UI elements accessing the annotated parameter should implement masking.
This annotation should only be used withString parameters.- Since:
- 1.0