1 /*2 * Copyright (c) 2004 Your Corporation. All Rights Reserved.3 */4 package org.jfox.ioc.ext;5 6 7 8 /**9 * @author <a HREF="mailto:yy.young@gmail.com">Young Yang</a>10 */11 12 public interface TransactableComponent extends InterceptableComponent {13 14 }