``` @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.