leangen / graphql-spqr

Build a GraphQL service in seconds
Apache License 2.0
1.1k stars 182 forks source link

Annotations in different module #170

Open heruan opened 6 years ago

heruan commented 6 years ago

It would be nice to have annotations in a different module, so to have a lightweight dependency in service modules and the Spring Boot autoconfiguration in the WAR only.

Thihup commented 5 years ago

Could you separete all annotations from package io.leangen.graphql.annotations in a different module? @kaqqao