Skip to content

Class, incorrectly classified as Atom #213

@skapral

Description

@skapral
@NotAtom interface A {}
@NotAtom interface B {}
final class C implements A, B {}

According AnnotateClassesPlugin, class C from the example above should not be classified as Atom, since it implements no Atom interfaces. Yet it does.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions