JavaScript is disabled on your browser.
Skip navigation links
Spring Data Couchbase
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.couchbase.repository
Annotation Interface Scope
@Retention
(
RUNTIME
)
@Target
({
METHOD
,
ANNOTATION_TYPE
,
TYPE
})
@Documented
public @interface
Scope
Scope Annotation
Author:
Michael Reiche
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
Specifies the scope name
Element Details
value
String
value
Specifies the scope name
Returns:
the scope name configured, defaults to DEFAULT_SCOPE.
Default:
"_default"