Skip to content
This repository was archived by the owner on May 4, 2022. It is now read-only.
This repository was archived by the owner on May 4, 2022. It is now read-only.

Import is not working for methods in class parents #197

Description

@smaugho

Let's say you make a Bean which is going to be used in an activity, and you declare an import like:

@Import public void finish() {}

The finish() method is not imported from the activity at least that you declare it in the Subclassing activity itself:

   @Override
    public void finish() {
        super.finish();
    }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions