summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authoraclement <aclement>2008-10-20 23:34:31 +0000
committeraclement <aclement>2008-10-20 23:34:31 +0000
commit77a2ad53f201fe3947b94edd6c7b8d4d2a5ed88a (patch)
treeb9715cce6f047261bb659f698645adb4dedada76 /util
parent597e460e392e64582f722c024267885db517a00a (diff)
downloadaspectj-77a2ad53f201fe3947b94edd6c7b8d4d2a5ed88a.tar.gz
aspectj-77a2ad53f201fe3947b94edd6c7b8d4d2a5ed88a.zip
246125: new abstraction of structure model without the weight of the asm module
Diffstat (limited to 'util')
-rw-r--r--util/src/org/aspectj/util/IStructureModel.java21
1 files changed, 21 insertions, 0 deletions
diff --git a/util/src/org/aspectj/util/IStructureModel.java b/util/src/org/aspectj/util/IStructureModel.java
new file mode 100644
index 000000000..9008f0872
--- /dev/null
+++ b/util/src/org/aspectj/util/IStructureModel.java
@@ -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 {
+
+}