From 77a2ad53f201fe3947b94edd6c7b8d4d2a5ed88a Mon Sep 17 00:00:00 2001 From: aclement Date: Mon, 20 Oct 2008 23:34:31 +0000 Subject: [PATCH] 246125: new abstraction of structure model without the weight of the asm module --- .../src/org/aspectj/util/IStructureModel.java | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 util/src/org/aspectj/util/IStructureModel.java 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 { + +} -- 2.39.5