Open Source Repository

Home /xwork/xwork-core-2.1.6 | Repository Home



com/opensymphony/xwork2/Unchainable.java
/*
 * Copyright (c) 2002-2006 by OpenSymphony
 * All rights reserved.
 */

package com.opensymphony.xwork2;

/**
 * Simple marker interface to indicate an object should <b>not</b> have its properties copied during chaining.
 *
 @see com.opensymphony.xwork2.interceptor.ChainingInterceptor
 */
public interface Unchainable {
}