Package org.springframework.stereotype

Annotations denoting the roles of types or methods in the overall architecture (at a conceptual, rather than implementation, level).

See:
          Description

Annotation Types Summary
Component Indicates that an annotated class is a "component".
Controller Indicates that an annotated class is a "Controller" (e.g. a web controller).
Repository Indicates that an annotated class is a "Repository" (or "DAO").
Service Indicates that an annotated class is a "Service" (e.g. a business service facade).
 

Package org.springframework.stereotype Description

Annotations denoting the roles of types or methods in the overall architecture (at a conceptual, rather than implementation, level).

Intended for use by tools and aspects (making an ideal target for pointcuts).



Copyright © 2002-2008 The Spring Framework.