org.jboss.seam.annotations.security.management
Annotation Type PasswordSalt


@Target(value={METHOD,FIELD})
@Documented
@Retention(value=RUNTIME)
@Inherited
public @interface PasswordSalt

The salt value used to produce the password hash

Author:
Shane Bryzak