사용자 도구

사이트 도구


java:suppresswarnings

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
java:suppresswarnings [2014/02/21 15:31]
kwon37xi
java:suppresswarnings [2014/02/21 15:32]
kwon37xi
줄 2: 줄 2:
   * [[http://docs.oracle.com/javase/7/docs/api/java/lang/SuppressWarnings.html|@SuppressWarnings]]   * [[http://docs.oracle.com/javase/7/docs/api/java/lang/SuppressWarnings.html|@SuppressWarnings]]
   * ''unchecked'' : Generic Type 검사 안해도 됨.   * ''unchecked'' : Generic Type 검사 안해도 됨.
 +  * ''unused'' : 사용안하는 코드여도 됨.
 +
 +
 +    all
 +    cast
 +    dep-ann
 +    deprecation
 +    fallthrough
 +    finally
 +    null
 +    rawtypes
 +    unchecked
 +    unused
 +
java/suppresswarnings.txt · 마지막으로 수정됨: 2014/02/21 15:32 저자 kwon37xi