1 /*2 * Copyright (c) 2004 Your Corporation. All Rights Reserved.3 */4 package org.jfox.ioc.annotation;5 6 /**7 * @author <a HREF="mailto:yy.young@gmail.com">Young Yang</a>8 */9 public enum TxAttr {10 MANDATORY,11 REQUIRED,12 REQUIRESNEW,13 SUPPORTS,14 NOTSUPPORTED,15 NEVER16 }17