package test.tags.param; public class X04 { /** * @param foo * text */ void foo(String foo) { } }