Spring Hateoas

org.springframework.hateoas
Annotation Type ExposesResourceFor


@Inherited
@Documented
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ExposesResourceFor

Annotation to demarcate controllers that expose URI templates of a structure according to ControllerEntityLinks.

Author:
Oliver Gierke

Required Element Summary
 Class<?> value
          The domain type the controller exposes resources for.
 

Element Detail

value

public abstract Class<?> value
The domain type the controller exposes resources for.

Returns:

Spring Hateoas

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