.
diff --git a/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/internal/util/ReflectionUtil.java b/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/internal/util/ReflectionUtil.java
index 3aef667..6a87e23 100644
--- a/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/internal/util/ReflectionUtil.java
+++ b/plugins/org.eclipse.graphiti.ui/src/org/eclipse/graphiti/ui/internal/util/ReflectionUtil.java
@@ -24,7 +24,8 @@
 /**
  * In this class, we combine all reflection code introduced to make Graphiti run
  * in a lean RCP setup, that is, for instance without org.eclipse.ui.ide
- * installed.
+ * installed. An alternative would be to use extension points which seems to be
+ * rather heavy-weight.
  */
 @SuppressWarnings({ "unchecked", "rawtypes" })
 public class ReflectionUtil {