mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-27 21:01:15 +08:00
Added a question in TODO-comment
This commit is contained in:
parent
d3b0e141c5
commit
d0ee87c943
@ -532,6 +532,7 @@ public class Processor {
|
||||
|
||||
// only creation
|
||||
for (Element element : roundEnv.getElementsAnnotatedWith(configuration.getEmbeddableAnnotation())) {
|
||||
// TODO: Why is this needed if there's no assignment? Just for cache?
|
||||
typeFactory.getEntityType(element.asType(), false);
|
||||
typeMirrors.add(element.asType());
|
||||
elements.add(element);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user