package com.github.markusbernhardt.xmldoclet.simpledata; /** * Interface8 * * @param <Fun> * Generic Class */ public interface Interface8<Fun extends Number & Runnable> { }