https://bz.apache.org/bugzilla/show_bug.cgi?id=65244
--- Comment #4 from romain.manni-bucau <rmannibu...@gmail.com> --- Hi, Not sure it changed in last release but since javaee 6 (to at least EE8) it was only about types: https://docs.oracle.com/javaee/6/api/javax/servlet/annotation/HandlesTypes.html: > Set of application classes that extend, implement, or have been annotated > with the class types listed Seems it means "the type is annotated" and not "one of its member". So it excludes fields and methods AFAIK. -- 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