Annotation Type Encrypted


  • @Target(FIELD)
    @Retention(RUNTIME)
    public @interface Encrypted
    Annotating a field with Encrypted implies that the field's value shell be stored encrypted in the XML representation. Recommended when storing login credentials.