Java Doc Linking to another class in another package

{@link [<package>.]<class>[#<method>]}
{@link #<method>}

Ex:
 
{@link com.myproject.Shapes.Square} 
 
{@link Square} If same package.