Ok i got my custom tags and plugin working finally!. The tag validation functionality looks cool.
I had a question on tags though. How much does space when specifying @tags on the source file matter?

Is

1)--------------------------


/*
[EMAIL PROTECTED]   
*/

same as

/*
* @command
*/

--------------------------

Is

2)--------------------------


/*
* @command name="hello" 
*/

same as

/*
* @command
* name = "hello
*/

--------------------------


I had declared the location of my tag as 'class' and intentionally put that on the method as well.I didnt see an error for a while when generating code.

Later when i adjusted the space, it finally started indicating ' tag not allowed on method ' problem.

Is there something that i need to be know about the the tags wrt spacing?.

thanks!
karthik



Reply via email to