Annotation Type ObjectiveCNativeEnumName


@Target(TYPE) @Retention(CLASS) public @interface ObjectiveCNativeEnumName
Annotation applicable to enums to control the name of the generated Objective-C native enum (NS_ENUM). This annotation only affects the native enum, to control the name of the transpiled enum class use the ObjectiveCName annotation.