package test.html.pre; interface X02 { /** * The following is some sample code which illustrates source formatting within javadoc comments: * * * * * <pre> * * * public class Example {final int a= 1;final boolean b= true;} * * * </pre> * * * * Descriptions of parameters and return values are best appended at end of the javadoc comment. */int foo(int a, int b); }