I suppose it can represent a bean, since an `objec...
# micronaut
d
I suppose it can represent a bean, since an
object
is just a singleton - a type with single instance (under the hood, a class with private constructor and an
INSTANCE
field)