1 package com.atlassian.plugin.spring.scanner.test.exported;
2
3 import com.atlassian.plugin.spring.scanner.annotation.export.ExportAsDevService;
4 import org.springframework.stereotype.Component;
5
6 @ExportAsDevService
7 @Component
8 public class ExposedAsADevServiceComponent {
9 }