Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
auto generated comments not working for class methods
Usually in a class method, you can type /** [rtn] and comments showing args and retured values will be auto-generated. But I have a DataAccessObject (DAO) interface, but in its implementation class, the auto-comment generation does NOT work for any of the methods. How can I make the auto-comments work?