Package com.blackrook.redis.hints
Contains hints for Redis object conversion.
-
Annotation Types Summary Annotation Type Description 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.RedisName Placing this annotation on public fields or getter/setter methods on POJOs hints that this field uses a different field or column name in a collection or table.