1. when i generate
doc files by javadoc command i get warning messages for not including @serial tag for the default serialisable fields.
I tried a lot of ways but cant get rid of the problem could anyone tell me the solution ?
2. do we have to generate javadocs for all the diff packages we have created i.e in my case client,server,db
3. do we have to make seperate packages for source and class files or they have to be packed in the same package with their respective
java files.
In my case i use the db package for both server and client that means i have to duplicate the same thing two times for both the package?
Please kindly give me clear guidelines.