Spring Data Core

org.springframework.data.repository.cdi
Annotation Type Eager


@Documented
@Retention(value=RUNTIME)
@Target(value={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


Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.