org.springframework.stereotype
public class: Service [javadoc |
source]
org.springframework.stereotype.Service
Indicates that an annotated class is a "Service" (e.g. a business service facade).
This annotation serves as a specialization of @Component ,
allowing for implementation classes to be autodetected through classpath scanning.
| Method from org.springframework.stereotype.Service Summary: |
|---|
|
value |
| Method from org.springframework.stereotype.Service Detail: |
String value() {
}
The value may indicate a suggestion for a logical component name,
to be turned into a Spring bean in case of an autodetected component. |