Package org.redisson.api.annotation


package org.redisson.api.annotation
  • Class
    Description
    Specifies that the defined cascade types are applied to the object/objects contained in Live Object field.
    Specifies that the class is a Live Object.
     
     
    Specifies that the method is a field accessor for Live Object.
    Specifies that the field is a Live Object's id field.
    Specifies that the field is used in search index.
    Specifies that the field value is filled up with RedissonClient instance.
    By default namingScheme and/or codec parameters specified in REntity are applied for each Live Object field.
     
    Annotation used to mark interface as asynchronous client interface for remote service interface.
    Annotation used to mark interface as Reactive client interface for remote service interface.
    Annotation used to mark interface as RxJava2 client interface for remote service interface.