Don't use commented lines between java doc block and you class declaration.
/**
* Author : Alexey Zavizionov
*
* @hibernate.class table="MY_CLASS"
*/
// <- here it is
public class MyClass {
Regards,
Alexey
Alexey
/**
* Author : Alexey Zavizionov
*
* @hibernate.class table="MY_CLASS"
*/
// <- here it is
public class MyClass {
No comments:
Post a Comment