We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PR #50 adds support for type annotations with sorts FIELD, METHOD_RETURN and METHOD_FORMAL_PARAMETER (See org.objectweb.asm.TypeReference.getSort)
FIELD
METHOD_RETURN
METHOD_FORMAL_PARAMETER
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
The text was updated successfully, but these errors were encountered:
volivan239
No branches or pull requests
PR #50 adds support for type annotations with sorts
FIELD
,METHOD_RETURN
andMETHOD_FORMAL_PARAMETER
(Seeorg.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
The text was updated successfully, but these errors were encountered: