----- Original Message ----- From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 04, 2007 4:58 PM Subject: svn commit: r544226 - in /velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config: InvalidScope.java ValidScope.java
Author: nbubna Date: Mon Jun 4 12:58:03 2007 New Revision: 544226 URL: http://svn.apache.org/viewvc?view=rev&rev=544226 Log: make valid/invalid scope annotations inherited Modified: velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/InvalidScope.java velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/ValidScope.java Modified: velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/InvalidScope.java URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/InvalidScope.java?view=diff&rev=544226&r1=544225&r2=544226 ============================================================================== --- velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/InvalidScope.java (original) +++ velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/InvalidScope.java Mon Jun 4 12:58:03 2007 @@ -21,6 +21,7 @@ import java.lang.annotation.Documented; import java.lang.annotation.ElementType; +import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @@ -32,6 +33,7 @@ * @version $Id: InvalidScope.java 511959 2007-02-26 19:24:39Z nbubna $ */ @Documented [EMAIL PROTECTED] @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface InvalidScope Modified: velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/ValidScope.java URL: http://svn.apache.org/viewvc/velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/ValidScope.java?view=diff&rev=544226&r1=544225&r2=544226 ============================================================================== --- velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/ValidScope.java (original) +++ velocity/tools/branches/2.x/src/main/java/org/apache/velocity/tools/config/ValidScope.java Mon Jun 4 12:58:03 2007 @@ -21,6 +21,7 @@ import java.lang.annotation.Documented; import java.lang.annotation.ElementType; +import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @@ -32,6 +33,7 @@ * @version $Id: ValidScope.java 511959 2007-02-26 19:24:39Z nbubna $ */ @Documented [EMAIL PROTECTED] @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) public @interface ValidScope -- No virus found in this incoming message. Checked by AVG Free Edition. Version: 7.5.472 / Virus Database: 269.8.7/830 - Release Date: 3/6/2007 12:47
