https://bz.apache.org/bugzilla/show_bug.cgi?id=62353
--- Comment #2 from Konstantin Kolinko <knst.koli...@gmail.com> --- (In reply to Konstantin Kolinko from comment #1) > Comparing the classes in Java 6 and the classes in annotations-api.jar of > Tomcat, a difference is that Tomcat has classes in the following package > - javax.annotation.security > > The rest of differences are Common Annotations 1.0 vs 1.1. rt.jar of Java 6 has the following javax.annotation classes: Generated.class PostConstruct.class PreDestroy.class Resource.class Resource$AuthenticationType.class Resources.class annotations-api.jar of Tomcat has the following additional classes and packages: 1) in javax.annotation: ManagedBean.class - @since Common Annotations 1.1 2) package javax.annotation.security. - I wonder why Java 6 is it. These classes are documented as @since Common Annotations 1.0. 3) package javax.annotation.sql - @since Common Annotations 1.1 -- 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