CreationPermitted

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class CreationPermitted(val value: Boolean)

If this value is false, we cannot create new instances of this type: For example, it's a reference.

Properties

Link copied to clipboard