Annotation Type RedisIgnore


  • @Retention(RUNTIME)
    @Target({FIELD,METHOD})
    public @interface RedisIgnore
    Placing this annotation on public fields or getter/setter methods on POJOs hints at this field not being included in the resulting collection/table.
    Author:
    Matthew Tropiano