summaryrefslogtreecommitdiffstats
path: root/weaver5/java5-testsrc/MessageService.java
diff options
context:
space:
mode:
authoraclement <aclement>2009-03-18 17:04:34 +0000
committeraclement <aclement>2009-03-18 17:04:34 +0000
commit029749c2958eb1db537cfa70475fec7a8b1802ec (patch)
tree10ed416d7905fbe114454afeb9674326a1673570 /weaver5/java5-testsrc/MessageService.java
parent2b9081418949961b2aa76542d61c9c802c81a516 (diff)
downloadaspectj-029749c2958eb1db537cfa70475fec7a8b1802ec.tar.gz
aspectj-029749c2958eb1db537cfa70475fec7a8b1802ec.zip
268419: testcode: dynamic proxies and genericspre268419
Diffstat (limited to 'weaver5/java5-testsrc/MessageService.java')
-rw-r--r--weaver5/java5-testsrc/MessageService.java13
1 files changed, 13 insertions, 0 deletions
diff --git a/weaver5/java5-testsrc/MessageService.java b/weaver5/java5-testsrc/MessageService.java
new file mode 100644
index 000000000..160aecc21
--- /dev/null
+++ b/weaver5/java5-testsrc/MessageService.java
@@ -0,0 +1,13 @@
+/*******************************************************************************
+ * Copyright (c) 2009 Contributors
+ * All rights reserved. This program and the accompanying materials
+ * are made available under the terms of the Eclipse Public License v1.0
+ * which accompanies this distribution, and is available at
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * Andy Clement - initial API and implementation
+ *******************************************************************************/
+public interface MessageService extends GenericService<Long> {
+
+}