Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines if the same instance should be returned by the extension framework for a given extension.
Syntax
public boolean useSingleton()
Run On
Called
Return Value
Type: boolean
true, if the same instance should be used; otherwise, false.
Remarks
When returning false, the SysExtension framework will create a new class instance for every invocation.
If the class is immutable, consider returning true to save memory and gain performance.