Package CTL.Annotate

Annotation Types Summary
any This Annotation marks variables which should be send as 'AnyObject', which means that they are send by writeObject() instead of serialWrite().
builtin This Annotation marks methods as builtin, which means that they will not send any kind of result back to the caller.
cdont Constructors annotate by this will not be included in the RI.
const_ Annotation which is equivalent to the C++ 'const' keyword
dont Method annotated by this will not be included in the RI.