#310 - Added missing package-info.java files.

This commit is contained in:
Oliver Gierke
2015-02-27 15:03:27 +01:00
parent 32d7c9bf51
commit 1efb5a53bf
6 changed files with 34 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
/**
* Value objects to build ALPS metadata.
*
* @see https://alps.io
*/
package org.springframework.hateoas.alps;

View File

@@ -0,0 +1,5 @@
/**
* Client side support.
*/
package org.springframework.hateoas.client;

View File

@@ -0,0 +1,5 @@
/**
* Spring container configuration support.
*/
package org.springframework.hateoas.config;

View File

@@ -0,0 +1,5 @@
/**
* Implementations of core API interfaces.
*/
package org.springframework.hateoas.core;

View File

@@ -0,0 +1,7 @@
/**
* HAL-specific extensions, SPIs and Jackson customizations.
*
* @see http://stateless.co/hal_specification.html
*/
package org.springframework.hateoas.hal;

View File

@@ -0,0 +1,5 @@
/**
* {@link org.springframework.hateoas.LinkBuilder} implementations to consider JAX-RS annotations.
*/
package org.springframework.hateoas.jaxrs;