< prev index next >

src/java.base/share/classes/sun/reflect/annotation/TypeAnnotationParser.java

Print this page

        

*** 197,207 **** * Parse regular annotations on a TypeVariable declared on genericDecl. * * Regular Annotations on TypeVariables are stored in the type * annotation byte[] in the class file. * ! * @param genericsDecl the declaration declaring the type variable * @param typeVarIndex the 0-based index of this type variable in the declaration */ public static <D extends GenericDeclaration> Annotation[] parseTypeVariableAnnotations(D genericDecl, int typeVarIndex) { AnnotatedElement decl; --- 197,207 ---- * Parse regular annotations on a TypeVariable declared on genericDecl. * * Regular Annotations on TypeVariables are stored in the type * annotation byte[] in the class file. * ! * @param genericDecl the declaration declaring the type variable * @param typeVarIndex the 0-based index of this type variable in the declaration */ public static <D extends GenericDeclaration> Annotation[] parseTypeVariableAnnotations(D genericDecl, int typeVarIndex) { AnnotatedElement decl;
< prev index next >