#310 - Added missing package-info.java files.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* Value objects to build ALPS metadata.
|
||||
*
|
||||
* @see https://alps.io
|
||||
*/
|
||||
package org.springframework.hateoas.alps;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Client side support.
|
||||
*/
|
||||
package org.springframework.hateoas.client;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Spring container configuration support.
|
||||
*/
|
||||
package org.springframework.hateoas.config;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* Implementations of core API interfaces.
|
||||
*/
|
||||
package org.springframework.hateoas.core;
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* HAL-specific extensions, SPIs and Jackson customizations.
|
||||
*
|
||||
* @see http://stateless.co/hal_specification.html
|
||||
*/
|
||||
package org.springframework.hateoas.hal;
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
/**
|
||||
* {@link org.springframework.hateoas.LinkBuilder} implementations to consider JAX-RS annotations.
|
||||
*/
|
||||
package org.springframework.hateoas.jaxrs;
|
||||
|
||||
Reference in New Issue
Block a user