package com.github.markusbernhardt.xmldoclet.simpledata; /** * Interface5 */ interface Interface5 { /** * method1 */ void method1(); }