Annotation Interface Password
@MinMuleVersion("4.1")
@Target({PARAMETER,FIELD})
@Retention(RUNTIME)
@Documented
public @interface Password
Marks a
Parameter as one that needs masking when it is populated from the UI.
This annotation should only be used with String parameters.- Since:
- 1.0