https://bz.apache.org/bugzilla/show_bug.cgi?id=65244
--- Comment #21 from Grzegorz Grzybek <gr.grzy...@gmail.com> --- (In reply to Remy Maucherat from comment #20) > (In reply to Grzegorz Grzybek from comment #19) > > What do you think? > > That it would be a separate issue. > > I would say interfaces are not supposed to be there. Here's the new issue: https://bz.apache.org/bugzilla/show_bug.cgi?id=65256 Though I don't claim that the spec forbids interfaces. However Tomcat explicitly ignores annotation types in org.apache.catalina.startup.ContextConfig#checkHandlesTypes: > if ((javaClass.getAccessFlags() & > org.apache.tomcat.util.bcel.Const.ACC_ANNOTATION) != 0) { > // Skip annotations. > return; > } -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org