//$FALL-THROUGH$Eclipse 中的注释是什么  意思?我做了谷歌,但找不到任何东西。
2 回答
            2        
        
		
它抑制了一个警告,告诉你没有break;来自 that case。
于 2012-10-30T18:46:52.207   回答
    
    
            1        
        
		
查看Eclipse 3.5 发布新闻。它在那里显示(您搜索“fall”)。它适用于您无法使用@SuppressWarnings("fallthrough").
于 2012-10-31T05:56:40.520   回答