Skip to content

Unsupported annotation #17

Open
Open
@konsoletyper

Description

@konsoletyper

When implementing backend for existing framework, we sometimes can't emulate certain capabilities of the framework. In this case we usually trhow UnsupportedOperationException. However, user encounters this behaviour in run-time. It is better to notify a user at compile-time, so TeaVM needs annotation that marks method as non-implemented. When user tries to call such method, dependency analyzer should report this attempt as calling a "missing" method.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions