The correct syntax variants are
{@link [<package>.]<class>[#<method>]}
{@link #<method>}
You were missing a complete package. The following example should be correct
{@link com.myproject.Shapes.Square}
^^^^^^
The correct syntax variants are
{@link [<package>.]<class>[#<method>]}
{@link #<method>}
You were missing a complete package. The following example should be correct
{@link com.myproject.Shapes.Square}
^^^^^^