]> source.dussan.org Git - aspectj.git/commitdiff
246125: new abstraction of structure model without the weight of the asm module
authoraclement <aclement>
Mon, 20 Oct 2008 23:34:31 +0000 (23:34 +0000)
committeraclement <aclement>
Mon, 20 Oct 2008 23:34:31 +0000 (23:34 +0000)
util/src/org/aspectj/util/IStructureModel.java [new file with mode: 0644]

diff --git a/util/src/org/aspectj/util/IStructureModel.java b/util/src/org/aspectj/util/IStructureModel.java
new file mode 100644 (file)
index 0000000..9008f08
--- /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://eclipse.org/legal/epl-v10.html 
+ *  
+ * Contributors: 
+ *   Andy Clement
+ * ******************************************************************/
+package org.aspectj.util;
+
+/**
+ * Abstraction of a structure model
+ * 
+ * @author Andy Clement
+ */
+public interface IStructureModel {
+
+}