class Test { /** * Incomplete JavaDoc */ int method(String s, final int anObject) { return anObject; } }