Annotation Type Supervised
-
@Target(TYPE) @Retention(RUNTIME) @Documented public @interface SupervisedMarks the classes eligible for dependency injection.
-
-
-
scope
ScopeDI scope
The instantiation approach to be used during injection.- Returns:
- The specified instantiation strategy enum value, which by default is
ScopeDI.SINGLETON.
- Default:
- com.github.zhgzhg.tinydi.meta.enums.ScopeDI.SINGLETON
-
-