Annotation Type Password


  • @SupportedAll
    @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Password
    An annotation which tags a configuration method as representing a "secret" value that is encrypted.

    Note: Attributes of type Password are not hashed (i.e. one way hashing) as password should be but are encrypted (i.e. can be un-encrypted) and need to be as they are configuration values that are read from storage.