diff options
Diffstat (limited to 'aspectj5rt/java5-src/org/aspectj/lang/reflect/PerClause.java')
-rw-r--r-- | aspectj5rt/java5-src/org/aspectj/lang/reflect/PerClause.java | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/aspectj5rt/java5-src/org/aspectj/lang/reflect/PerClause.java b/aspectj5rt/java5-src/org/aspectj/lang/reflect/PerClause.java deleted file mode 100644 index c16feda33..000000000 --- a/aspectj5rt/java5-src/org/aspectj/lang/reflect/PerClause.java +++ /dev/null @@ -1,23 +0,0 @@ -/* ******************************************************************* - * Copyright (c) 2005 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: - * Adrian Colyer Initial implementation - * ******************************************************************/ -package org.aspectj.lang.reflect; - -/** - * AspectJ runtime representation of the per-clause associated with an aspect. - */ -public interface PerClause { - /** - * The kind of per-clause (singleton, perthis, pertarget,...) - */ - PerClauseKind getKind(); - -} |