JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.redisson.api.annotation
Annotation Type RInject
@Retention
(
RUNTIME
)
@Target
(
FIELD
)
public @interface
RInject
Specifies that the field value is filled up with RedissonClient instance.
Author:
Nikita Koksharov