Replicable.java :  » JBoss » JBossCache » org » jboss » cache » pojo » annotation » Java Open Source

Java Open Source » JBoss » JBossCache 
JBossCache » org » jboss » cache » pojo » annotation » 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 2007/01/13 15:55:05 bwang Exp $
 */
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface Replicable
{
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.