Java中常见的SuppressWarnings列表

@SuppressWarnings("SynchronizationOnLocalVariableOrMethodParameter")

@SuppressWarnings("unused")

@SuppressWarnings("BusyWait")

@SuppressWarnings("InfiniteLoopStatement")

@SuppressWarnings("unchecked")