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

@smaugho

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();
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions