Spring Annotations
From Skyway Wiki
The following are the Spring Annotations [1] generated by convention through the creation of the Spring application DSL models in the Skyway UI editors.
Contents |
Spring Stereotypes
@Component
@Controller
@Repository
@Service
Spring MVC
@Controller
@InitBinder
@ModelAttribute
@RequestMapping
Spring Context Configuration
@Autowired
@Scope
Spring DAO
@Repository
Spring Transaction
@Transactional
Spring Test
@ContextConfiguration
@Rollback
@TestExecutionListeners

