Skip to content
This repository was archived by the owner on Feb 26, 2023. It is now read-only.
This repository was archived by the owner on Feb 26, 2023. It is now read-only.

AA3.0.1: Missing @Override on generated class file in Eclipse #956

@Premier

Description

@Premier

Hi,
after configured AA to work in eclipse (it is really hard to setup it), in AA generated files is missing @OverRide annotation on method findViewById, see below

public View findViewById(int id) {
        if (contentView_ == null) {
            return null;
        }
        return contentView_.findViewById(id);
    }

I'm using
AA 3.0.1
eclipse kepler (no mvn/gradle).

Thank you

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions