Syntax error in @com declaration
A syntax error was found in the specified @com declaration. This is most often caused by incorrectly typing the declaration. Check the syntax of the @com declaration and compile again.
The following example illustrates this error:
/** @com.inteface (iid=31415926-5358-9793-2384-612345678910)
//error: The word 'interface' is misspelled.
interface ITest{
//Do something here
}