Class FullyQualifiedJavadocReference


  • public class FullyQualifiedJavadocReference
    extends JavadocReference
    Wraps a fully qualified (and resolved) code reference used in javadoc tags see, link and linkplain. Similar to JavadocReference but can distinguish between package names and class names. The package name is always set for a resolved reference (except for references to modules). The member is always the normalized form containing only fully qualified type names (without argument names), separated by , without any whitespace characters. Also the member type is always resolved to one of FullyQualifiedJavadocReference.MemberType (in case the reference contains a member part).