package test.html.pre; interface X08 { /** * <pre>public class Example {final int a= 1;final boolean b= true;}</pre> */ int foo(int a, int b); }