Github user martin-g commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/276#discussion_r182965042
  
    --- 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 --
    
    Javadoc would be nice!


---

Reply via email to