]> source.dussan.org Git - aspectj.git/commitdiff
231396: marker interface - not used in anger yet
authoraclement <aclement>
Fri, 30 May 2008 17:22:03 +0000 (17:22 +0000)
committeraclement <aclement>
Fri, 30 May 2008 17:22:03 +0000 (17:22 +0000)
weaver/src/org/aspectj/weaver/Unresolved.java [new file with mode: 0644]

diff --git a/weaver/src/org/aspectj/weaver/Unresolved.java b/weaver/src/org/aspectj/weaver/Unresolved.java
new file mode 100644 (file)
index 0000000..2821337
--- /dev/null
@@ -0,0 +1,21 @@
+/* *******************************************************************
+ * Copyright (c) 2008 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 implementation 
+ * ******************************************************************/
+package org.aspectj.weaver;
+
+/**
+ * Marker interface for entities that are not resolved.
+ * 
+ * @author Andy Clement
+ */
+public interface Unresolved {
+
+}