Uses of Class
org.springframework.stereotype.Component

Packages that use Component
org.springframework.stereotype Annotations denoting the roles of types or methods in the overall architecture (at a conceptual, rather than implementation, level). 
 

Uses of Component in org.springframework.stereotype
 

Classes in org.springframework.stereotype with annotations of type Component
 interface Controller
          Indicates that an annotated class is a "Controller" (e.g. a web controller).
 interface Repository
          Indicates that an annotated class is a "Repository" (or "DAO").
 interface Service
          Indicates that an annotated class is a "Service" (e.g. a business service facade).
 



Copyright © 2002-2008 The Spring Framework.