[jboss-cvs] jboss-seam/src/main/org/jboss/seam/annotations ...

Gavin King gavin.king at jboss.com
Sun Oct 22 18:37:01 EDT 2006


  User: gavin   
  Date: 06/10/22 18:37:01

  Modified:    src/main/org/jboss/seam/annotations  Asynchronous.java
  Log:
  minor
  
  Revision  Changes    Path
  1.3       +2 -0      jboss-seam/src/main/org/jboss/seam/annotations/Asynchronous.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: Asynchronous.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/src/main/org/jboss/seam/annotations/Asynchronous.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- Asynchronous.java	9 Oct 2006 18:44:05 -0000	1.2
  +++ Asynchronous.java	22 Oct 2006 22:37:01 -0000	1.3
  @@ -4,6 +4,7 @@
   import static java.lang.annotation.RetentionPolicy.RUNTIME;
   
   import java.lang.annotation.Documented;
  +import java.lang.annotation.Inherited;
   import java.lang.annotation.Retention;
   import java.lang.annotation.Target;
   
  @@ -32,4 +33,5 @@
   @Target(METHOD)
   @Retention(RUNTIME)
   @Documented
  + at Inherited
   public @interface Asynchronous {}
  
  
  



More information about the jboss-cvs-commits mailing list