Retain
@Target([AnnotationTarget.FUNCTION, AnnotationTarget.CLASS]) annotation class Retain
Preserve the function entry point during global optimizations.
Constructors
<init>
Preserve the function entry point during global optimizations.
Retain()