blob: 9a576a24fef3e015906a748e6348e3c62ce2a953 [file] [log] [blame]
package test.html.pre;
interface X03 {
/**
* 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);
}