CxxInheritedConstructor

public @interface CxxInheritedConstructor

Marks a static method as being a constructor of an inherited class. Such methods must be static, the return type must be long, it must have at least one parameter and the first parameter’s type must be long. All following parameters will be passed to the parent’s constructor.