ObjCClassName

public @interface ObjCClassName

Mark a class with this annotation to specify the name of the Objective-C class that NatJ will generate.

Without this annotation the Objective-C class name will be the same as the full name of the Java class in case of non-binding classes, otherwise it will be the same as the simple name.