Example #1
0
 @Bean
 @Scope(PROTOTYPE)
 public DashboardLogic dashboardLogic() {
   return new DashboardLogic(systemDataView, dashboardStore(), userStore.getUser());
 }