Skip to content

Support different sorts of type annotations #86

Open
@volivan239

Description

@volivan239

PR #50 adds support for type annotations with sorts FIELD, METHOD_RETURN and METHOD_FORMAL_PARAMETER (See org.objectweb.asm.TypeReference.getSort)

However the following sorts could also be supported:

  • CLASS_TYPE_PARAMETER
  • METHOD_TYPE_PARAMETER
  • CLASS_TYPE_PARAMETER_BOUND
  • METHOD_TYPE_PARAMETER_BOUND
  • THROWS
  • maybe some other sorts

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions