Class TypeAnnotationTargetInfoData.type_parameter_bound_target

java.lang.Object
org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData
org.openjdk.asmtools.jasm.TypeAnnotationTargetInfoData.type_parameter_bound_target
All Implemented Interfaces:
DataWriter
Enclosing class:
TypeAnnotationTargetInfoData

public static class TypeAnnotationTargetInfoData.type_parameter_bound_target extends TypeAnnotationTargetInfoData
type_parameter_bound_target (4.7.20.1. The target_info union)

The type_parameter_bound_target item indicates that an annotation appears on the i'th bound of the j'th type parameter declaration of a generic class, interface, method, or constructor.

type_parameter_bound_target { u1 type_parameter_index; u1 bound_index; }