Github user Jezza commented on a diff in the pull request:
https://github.com/apache/wicket/pull/276#discussion_r182962256
--- Diff: wicket-core/src/main/java/org/apache/wicket/IMetadataContext.java
---
@@ -0,0 +1,10 @@
+package org.apache.wicket;
+
+/**
+ * @author Jezza
+ */
+public interface IMetadataContext<B, R> {
--- End diff --
I also have doubts about the interface name.
If anyone has a better suggestion, I'd be happy to swap it out.---
