<tagref:linkedSignatureReturn>

Displays a function or method signature, possibly linked to javadocs apis.

Supports arrays …[] and generics <…[, …]>, possibly nested.

Tag Information

Tag Class: com.semanticcms.tagreference.LinkedSignatureReturnTag
TagExtraInfo Class: None
Body Content: empty
Display Name: None

Attributes

Name Required Evaluation Type Description
requireLinks No Runtime boolean

When true, will fail when a class does not map to a package in apiLinks. Defaults to false.

apiLinks Yes Runtime Map<String, String>

The mapping of Java package name (with optional trailing '.') to javadoc prefixes (including trailing '/').

signature Yes Runtime String

The signature to display the return type of.

shortName No Runtime boolean

When true, will display class names in short format. Defaults to false.

Variables

No Variables Defined.