Annotation Type Password


  • @Target({FIELD,METHOD})
    @Retention(RUNTIME)
    @Documented
    public @interface Password

    Indicates that this field or property should be used as a source of password for security. Only supports the String type.

    Defaults to considering the password as hashed with bcrypt in the Modular Crypt Format.