Module me.sbasalaev.common
Package me.sbasalaev.annotation
package me.sbasalaev.annotation
Annotations for stricter code checking and code generation.
-
Annotation InterfacesClassDescriptionAnnotates contravariant type parameters.Deprecated, for removal: This API element is subject to removal in a future version.Java 17 has sealed classes and pattern switch which makes this annotation obsolete.Deprecated, for removal: This API element is subject to removal in a future version.Use
Nullableinstead.Annotates covariant type parameters.