Class ViewInstallDependencyInjector

java.lang.Object
io.jmix.flowui.sys.autowire.AbstractInstallDependencyInjector
io.jmix.flowui.sys.autowire.ViewInstallDependencyInjector
All Implemented Interfaces:
DependencyInjector

@Order(980) @Component("flowui_ViewInstallDependencyInjector") public class ViewInstallDependencyInjector extends AbstractInstallDependencyInjector
An injection that autowired methods that are annotated by the Install annotation. These can be installations to the view or to the components in the view.
  • Constructor Details

    • ViewInstallDependencyInjector

      public ViewInstallDependencyInjector(ReflectionCacheManager reflectionCacheManager)
  • Method Details