[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/annotation ...

Ben Wang bwang at jboss.com
Wed Aug 2 11:39:18 EDT 2006


  User: bwang   
  Date: 06/08/02 11:39:18

  Added:       src-50/org/jboss/cache/pojo/annotation  Reentrant.java
  Log:
  Added interceptor to check for recursive Collection toString
  
  Revision  Changes    Path
  1.1      date: 2006/08/02 15:39:18;  author: bwang;  state: Exp;JBossCache/src-50/org/jboss/cache/pojo/annotation/Reentrant.java
  
  Index: Reentrant.java
  ===================================================================
  /*
   * JBoss, Home of Professional Open Source
   *
   * Distributable under LGPL license.
   * See terms of license at gnu.org.
   */
  
  package org.jboss.cache.pojo.annotation;
  
  import java.lang.annotation.ElementType;
  import java.lang.annotation.Retention;
  import java.lang.annotation.RetentionPolicy;
  import java.lang.annotation.Target;
  
  /**
   * Annoataion that wraps the Prepare annotation of JBossAop.
   *
   * @author Ben Wang
   *         Date: Jan 22, 2006
   * @version $Id: Reentrant.java,v 1.1 2006/08/02 15:39:18 bwang Exp $
   */
  @Retention(RetentionPolicy.RUNTIME)
  @Target(ElementType.TYPE)
  public @interface Reentrant
  {
  }
  
  
  



More information about the jboss-cvs-commits mailing list