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.

Adding @Check Annotation #389

@ened

Description

@ened

In a recent project I have to deal with lots CheckBoxes.
There is some special logic (e.g. disallow multi select etc) and it should be possible to add this into AA.
I'd follow to the idea of @Click - if no-one else is working on it already.

Any preferred names & methods? I'm thinking of:

@Check({R.id.chk1, R.id.chk2})
void checkBoxChecked(CheckBox box, boolean checked) {
}

The (optional) checked parameter might be superfluous as this is also provided through the box object.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions