Spring Data Core

org.springframework.data.web.config
Annotation Type EnableSpringDataWebSupport


@Retention(value=RUNTIME)
@Target(value={TYPE,ANNOTATION_TYPE})
@Inherited
@Import(value=EnableSpringDataWebSupport.SpringDataWebConfigurationImportSelector.class)
public @interface EnableSpringDataWebSupport

Annotation to automatically register the following beans for usage with Spring MVC. Note that using this annotation will require Spring 3.2.

If Spring HATEOAS is present on the classpath we will register the following beans: