diff options
Diffstat (limited to 'runtime/src/org/aspectj/lang/reflect/UnlockSignature.java')
-rw-r--r-- | runtime/src/org/aspectj/lang/reflect/UnlockSignature.java | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/runtime/src/org/aspectj/lang/reflect/UnlockSignature.java b/runtime/src/org/aspectj/lang/reflect/UnlockSignature.java new file mode 100644 index 000000000..ba0ce9ffa --- /dev/null +++ b/runtime/src/org/aspectj/lang/reflect/UnlockSignature.java @@ -0,0 +1,19 @@ +/******************************************************************************* + * Copyright (c) 2006 IBM Corporation and others. + * All rights reserved. This program and the accompanying materials + * are made available under the terms of the Common 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.lang.reflect; + +import org.aspectj.lang.Signature; + +public interface UnlockSignature extends Signature { + +} |