thanks john.sirois - I'm using the `mysema` QueryD...
# general
f
thanks john.sirois - I'm using the
mysema
QueryDSL annotation processor that reads hibernate annotations on a class called Foo (in java_library named
entity
) and produces a source for a class called QFoo. This QFoo is then depended on by some other library (scala_library named
repository
). In this case, does the repository just have a dependency on the annotation processor jar while the entities have a dependency on hibernate?