Class TypeAnnotationInfo

java.lang.Object
aQute.bnd.classfile.AnnotationInfo
aQute.bnd.classfile.TypeAnnotationInfo

public class TypeAnnotationInfo extends AnnotationInfo
  • Field Details

    • TYPEUSE_INDEX_NONE

      public static final int TYPEUSE_INDEX_NONE
      See Also:
    • TYPEUSE_TARGET_INDEX_EXTENDS

      public static final int TYPEUSE_TARGET_INDEX_EXTENDS
      See Also:
    • target_type

      public final int target_type
    • target_info

      public final byte[] target_info
    • target_index

      public final int target_index
    • type_path

      public final byte[] type_path
  • Constructor Details

    • TypeAnnotationInfo

      public TypeAnnotationInfo(int target_type, byte[] target_info, int target_index, byte[] type_path, String type, ElementValueInfo[] values)
  • Method Details