@Retention(value=RUNTIME) @Target(value=TYPE) public @interface HasNativeInterpolator
NativeInterpolatorFactory
The idea here is to prevent subclasses of interpolators from being treated as a
NativeInterpolatorFactory, and instead have them fall back to the LUT & LERP
method like a custom interpolator.