1 package com.atlassian.plugin.spring.scanner.test.primary;
2
3 /**
4 * This interface will have multiple implementations. One is marked with @Primary and so should be selected when this
5 * interface is autowired.
6 */
7 interface ComponentInterfaceWithAPrimaryImplementation {
8 }