JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Data Core
org.springframework.data.repository.cdi
Eager
Contents
Description
Hide sidebar
Show sidebar
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