Added a question in TODO-comment

This commit is contained in:
Samppa Saarela 2011-06-23 08:37:52 +00:00
parent d3b0e141c5
commit d0ee87c943

View File

@ -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);