Example usage for org.springframework.stereotype Service interface-usage

List of usage examples for org.springframework.stereotype Service interface-usage

Introduction

In this page you can find the example usage for org.springframework.stereotype Service interface-usage.

Usage

From source file com.api.services.ServiceImpl1.java

/**
 *
 * @author mark
 */
@Component
public class ServiceImpl1 implements Service {

From source file com.api.services.ServiceImpl2.java

/**
 *
 * @author mark
 */
@Component
public class ServiceImpl2 implements Service {

From source file com.api.services.ServiceImpl3.java

/**
 *
 * @author mark
 */
@Component
public class ServiceImpl3 implements Service {

From source file org.soumyak.util.ExampleService.java

/**
 * {@link Service} with hard-coded input data.
 */
@Component
public class ExampleService implements Service {