package test.html.ul; interface X10 { /** * <ul> * <li>First entry of the table xxxxxx</li> * <li>Second entry of the table</li> * </ul> */ int bar(); }