사용자 도구

사이트 도구


java:suppresswarnings

차이

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

차이 보기로 링크

다음 판
이전 판
java:suppresswarnings [2014/02/21 15:30]
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.1392964239.txt.gz · 마지막으로 수정됨: 2014/02/21 15:30 저자 kwon37xi