Spring Hateoas

org.springframework.hateoas.config
Annotation Type EnableEntityLinks


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
@Import(value=org.springframework.hateoas.config.LinkBuilderBeanDefinitionRegistrar.class)
public @interface EnableEntityLinks

Enables the collection of LinkBuilder instances from the application context. All found ones will be exposed through an instance of DelegatingEntityLinks.

Author:
Oliver Gierke


Spring Hateoas

Copyright © 2012-2014-2014 Pivotal, Inc.. All Rights Reserved.