@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NotImplemented
FuseStubFS marked this annotation.
This annotation is not inheritable, so all overridden method would be registered in FuseOperation.
The goal of this annotation is performance, if method not registered in FuseOperation
then native->java call wouldn't be performed.