package com.github.markusbernhardt.xmldoclet.simpledata; /** * Annotation10 */ @interface Annotation10 { /** * id * * @return ret */ public abstract char id(); }