public abstract @interface

Service

implements Annotation
org.springframework.stereotype.Service

Class Overview

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.

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation