Atomic and AtomicType - nort3x/AtomicDI GitHub Wiki
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