标志一个方法为过时方法

@Deprecated  
    public int getDay() {  
    return normalize().getDayOfWeek() - gcal.SUNDAY;  
    }  

  

原文地址:https://www.cnblogs.com/jifeng/p/4380448.html