org.mule.api.annotations.display
Annotation Type Password


@Target(value={PARAMETER,FIELD})
@Documented
@Retention(value=SOURCE)
public @interface Password

Identifies a field or method parameter as being a password or more generally as a variable which contains data that should not be displayed as plain text.



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.