Package com.kosdev.kos.commons.core.context.annotations


package com.kosdev.kos.commons.core.context.annotations
Contains annotations related to interacting with the bean context.
Since:
1
Version:
1
  • Annotation Interfaces
    Class
    Description
    Annotation that informs a BeanContext that a dependent field needs its object reference injected, which is also known as autowired.
    BeanContext handles the process of notifying when that implement Ready/ReadyListener when their dependencies are ready and they are now ready.