Package com.esotericsoftware.kryo.util
Annotation Type Null
-
@Documented @Target({METHOD,FIELD,PARAMETER,LOCAL_VARIABLE}) public @interface NullAn element with this annotation claims that the element may have anullvalue. Apart from documentation purposes this annotation is intended to be used by static analysis tools to validate against probable runtime errors or contract violations.- Author:
- maltaisn