ylbtech-Java-API-Package:org.springframework.stereotype |
1.返回顶部 |
1、
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 Annotation Type Description Component Indicates that an annotated class is a "component".Controller Indicates that an annotated class is a "Controller" (e.g.Indexed Indicate that the annotated element represents a stereotype for the index.Repository Indicates that an annotated class is a "Repository", originally defined by Domain-Driven Design (Evans, 2003) as "a mechanism for encapsulating storage, retrieval, and search behavior which emulates a collection of objects".Service Indicates that an annotated class is a "Service", originally defined by Domain-Driven Design (Evans, 2003) as "an operation offered as an interface that stands alone in the model, with no encapsulated state."
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).
2、
2.返回顶部 |
3.返回顶部 |
4.返回顶部 |
5.返回顶部 |
6.返回顶部 |
作者:ylbtech 出处:http://ylbtech.cnblogs.com/ 本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 |