Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAdler committed Mar 13, 2017
1 parent 7707f11 commit 93561cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -2,6 +2,7 @@
[![Build Status](https://travis-ci.org/Mercateo/rest-schemagen.svg?branch=master)](https://travis-ci.org/Mercateo/rest-schemagen)
[![Coverage Status](https://coveralls.io/repos/Mercateo/rest-schemagen/badge.svg?branch=master&service=github)](https://coveralls.io/github/Mercateo/rest-schemagen?branch=master)
[![MavenCentral](https://img.shields.io/maven-central/v/com.mercateo/common.rest.schemagen.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.mercateo%22%20AND%20a%3A%22common.rest.schemagen%22)
[![APL2 License](http://img.shields.io/badge/license-APL2-green.svg)](https://raw.githubusercontent.com/Mercateo/rest-schemagen/master/LICENSE)


Jersey add-on for dynamic link and schema building.
Expand Down Expand Up @@ -143,4 +144,4 @@ public enum OwnRel implements RelationContainer {
* [example with feature toggles](https://github.com/Mercateo/rest-demo-feature)

#Troubleshooting import in IDEs
If you have compile errors using an IDE, it is most likely because of immutables. Please refer to the immutables [help page](https://immutables.github.io/apt.html). Keep in mind to choose the right package version of the value-jar.
If you have compile errors using an IDE, it is most likely because of immutables. Please refer to the immutables [help page](https://immutables.github.io/apt.html). Keep in mind to choose the right package version of the value-jar.

0 comments on commit 93561cd

Please sign in to comment.