JavaScript is disabled on your browser.
Skip navigation links
Spring Data Core
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.data.repository.cdi
Annotation Interface Eager
@Documented
@Retention
(
RUNTIME
)
@Target
({
TYPE
,
ANNOTATION_TYPE
})
@Inherited
public @interface
Eager
Annotation to mark repository interfaces to be instantiated eagerly in a CDI context.
Since:
1.7
Author:
Oliver Gierke