package com.github.markusbernhardt.xmldoclet.simpledata; /** * Annotation6 */ @interface Annotation6 { /** * id * * @return ret */ public abstract String id() default "hello"; }