NoLowercase

@Pattern(value = "[A-Z][a-zA-Z0-9]*")
@Target(allowedTargets = [AnnotationTarget.TYPE])
annotation class NoLowercase