| RCascade |
Specifies that the defined cascade types are applied to the object/objects contained in Live Object field.
|
| REntity |
Specifies that the class is a Live Object.
|
| RFieldAccessor |
Specifies that the method is a field accessor for Live Object.
|
| RId |
Specifies that the field is a Live Object's id field.
|
| RIndex |
Specifies that the field is used in search index.
|
| RInject |
Specifies that the field value is filled up with RedissonClient instance.
|
| RObjectField |
By default namingScheme and/or codec parameters specified in REntity
are applied for each Live Object field.
|
| RRemoteAsync |
Annotation used to mark interface as asynchronous
client interface for remote service interface.
|
| RRemoteReactive |
Annotation used to mark interface as Reactive
client interface for remote service interface.
|
| RRemoteRx |
Annotation used to mark interface as RxJava2
client interface for remote service interface.
|