nitc :: MEntity :: deprecation=
Used for warnings and in documentation. Has no other specific effect.
# Is the entity deprecated?
#
# Used for warnings and in documentation.
# Has no other specific effect.
var deprecation: nullable MDeprecationInfo = null is writable
src/model/mdoc.nit:68,2--72,62