History log of /openjdk10/langtools/test/tools/javac/processing/model/element/TestTypeParameterAnnotations.java
Revision Date Author Comments
# 2933:49d207bf704d 21-May-2015 akulyakh

8076543: Add @modules as needed to the langtools tests
Reviewed-by: jjg, shurailine


# 2471:d8d49a41294a 18-Jun-2014 jlahoda

8046916: Type parameter annotations don't work with multiple type parameters
Summary: When reading type variable's annotations out of the owner's type annotations, use the type variable's index in owner to exclude annotations belonging to other type variables.
Reviewed-by: jfranck, emc


# 1708:bae8387d16aa 22-Apr-2013 jfranck

8011027: Type parameter annotations not passed through to javax.lang.model
Reviewed-by: jjg, darcy