Finds a package with the specified name.
The function passes the call to the Doclet API method:
com.sun.javadoc.RootDoc.packageNamed(String)
and converts the returned reference to a GOMElement
element.
Parameter:
name
The package full name to search for.
Returns:
ThePackageDoc
element representing the found package ornull
, if this package is not referenced.
See Also:
findProgramElement()
,findAnnotation()