CTL.Annotate
Annotation Type builtin


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface builtin

This Annotation marks methods as builtin, which means that they will not send any kind of result back to the caller.