Moved the @Publisher annotation into the 'aop' package to avoid a cycle.

This commit is contained in:
Mark Fisher
2008-08-20 04:42:43 +00:00
parent 2d57bee9d5
commit 218b100ab7
5 changed files with 2 additions and 7 deletions

View File

@@ -24,7 +24,6 @@ import static org.junit.Assert.assertTrue;
import org.junit.Test;
import org.springframework.aop.framework.ProxyFactory;
import org.springframework.integration.annotation.Publisher;
import org.springframework.integration.channel.ChannelRegistry;
import org.springframework.integration.channel.DefaultChannelRegistry;
import org.springframework.integration.channel.QueueChannel;

View File

@@ -16,7 +16,6 @@
package org.springframework.integration.aop;
import org.springframework.integration.annotation.Publisher;
/**