views:

36

answers:

0
public static class cls{
    private String text;
    public String getText(){
        return text;
    }
}

Is it possible to show the text variable in the docstrings of of cls in Java without having to copypaste the content?