@Introduction @Retention(value=RUNTIME) @Target(value={ANNOTATION_TYPE,TYPE}) @Documented @Type(value=DataIntroductionAdvice.class) @Singleton public @interface Repository
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The name of the underlying datasource connection name.
|