[阅读: 302] 2005-09-27 08:50:03
一个ejb 组件。。里面有个属性。是这样的。
public class LoggingBean implemnts SessionBean
{
。。。。
private transient Logger logger;
}
因为类 Logger不是可序列化的类,所以不得不加上transient属性,如果去掉,有可能有runtime exception.
不管了,就留下这个warning吧。。
I don't mind if you r FAT.
I don't mind if you r UGLY.
I don't mind if you ACT CUTE.
But I can't STAND if you r FAT, UGLY and still ACT CUTE.