Compiler Error J0209

Expected '='

The compiler detected that an equal sign was missing from a comment tag (for example @com, @security, @dll) attribute. This error usually occurs when an equal sign is missing from an attribute in a comment tag declaration. This error can also occur if another symbol or character obscures the equal sign from being evaluated by the compiler. Ensure that all comment tag attributes have proper equal signs applied and compile again.

The following example illustrates this error:

/**@com.interface(iid 31415926-5358-9793-2384-612345678901)*/
//error: missing equal sign in 'iid' parameter
interface Itest{
   //Do something meaningful here
}