[jboss-cvs] JBossCache/src-50/org/jboss/cache/pojo/annotation ...
Ben Wang
bwang at jboss.com
Tue Nov 21 01:08:03 EST 2006
User: bwang
Date: 06/11/21 01:08:03
Added: src-50/org/jboss/cache/pojo/annotation Replicable.java
Removed: src-50/org/jboss/cache/pojo/annotation
InstanceOfPojoCacheable.java PojoCacheable.java
Log:
JBCACHE-868 Renaming PojoCache annotation.
Revision Changes Path
1.1 date: 2006/11/21 06:08:03; author: bwang; state: Exp;JBossCache/src-50/org/jboss/cache/pojo/annotation/Replicable.java
Index: Replicable.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: Replicable.java,v 1.1 2006/11/21 06:08:03 bwang Exp $
*/
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Replicable
{
}
More information about the jboss-cvs-commits
mailing list