Skip to content

Atomic and AtomicType

nort3x edited this page Aug 16, 2021 · 1 revision

Atomic as the basis

Atomic is the fundamental building block in this framework
any Atomic that we find will be analyzed during initialization
any custom annotation you annotate with Atomic is also considered Atomic as well

Atomic types also has a AtomicType wrapper which can be used to conveniently analyze Atomics in custom Configurations and Rules
you can access AtomicType with AtomicTupe.of(type) method

Clone this wiki locally