본문 바로가기
Programming 개발은 구글로/JAVA[Android]

[안드로이드] @NonNull & @Nullable 이해

by 40대직장인 2022. 6. 14.

Nullness Annotations

 

Nullness annotations는 2개의 Annotations이 있습니다.

 @NonNull : null을 허용하지 않는 경우

 @Nullable : null을 허용하는 경우

 

 

 

참고 글: Nullness 주석

https://developer.android.com/studio/write/annotations?hl=ko 

 

 

 

 

댓글