Title: [waffle-scm] [484] trunk/waffle-core/src/main/java/org/codehaus/waffle/action/annotation/DefaultActionMethod.java: Deleted DefaultActionMethod annotation, as lack of inheritance made it not possible to garantee backward compat.
Revision
484
Author
mauro
Date
2007-12-15 03:29:25 -0600 (Sat, 15 Dec 2007)

Log Message

Deleted DefaultActionMethod annotation, as lack of inheritance made it not possible to garantee backward compat.

Removed Paths

Diff

Deleted: trunk/waffle-core/src/main/java/org/codehaus/waffle/action/annotation/DefaultActionMethod.java (483 => 484)

--- trunk/waffle-core/src/main/java/org/codehaus/waffle/action/annotation/DefaultActionMethod.java	2007-12-15 08:57:49 UTC (rev 483)
+++ trunk/waffle-core/src/main/java/org/codehaus/waffle/action/annotation/DefaultActionMethod.java	2007-12-15 09:29:25 UTC (rev 484)
@@ -1,25 +0,0 @@
-/*****************************************************************************
- * Copyright (C) 2005,2006 Michael Ward                                      *
- * All rights reserved.                                                      *
- * ------------------------------------------------------------------------- *
- * The software in this package is published under the terms of the BSD      *
- * style license a copy of which has been included with this distribution in *
- * the LICENSE.txt file.                                                     *
- *                                                                           *
- * Original code by: Michael Ward                                            *
- *****************************************************************************/
-package org.codehaus.waffle.action.annotation;
-
-import java.lang.annotation.Target;
-import java.lang.annotation.ElementType;
-import java.lang.annotation.Retention;
-import java.lang.annotation.RetentionPolicy;
-
-/**
- * @deprecated Use @ActionMethod(asDefault=true).  @DefaultActionMethod is not supported anymore and will be ignored.
- */
[EMAIL PROTECTED](ElementType.METHOD)
[EMAIL PROTECTED](RetentionPolicy.RUNTIME)
-public @interface DefaultActionMethod {
-    String[] parameters() default {};
-}


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to