jcrygier / graphql-jpa

JPA Implementation of GraphQL (builds on graphql-java)
MIT License
165 stars 46 forks source link

Move annotations to api sub module #33

Open jwgmeligmeyling opened 7 years ago

jwgmeligmeyling commented 7 years ago

Currently the entire graphql-jpa has to be on the package of your domain EJB/JAR. It would be convenient to ship the annotation classes in a separate module.