Package com.valhalla.sdk
Annotation Interface ScriptManifest
IDE-visible metadata attached to a script entry class.
This annotation documents source code and is retained for runtime inspection.
The signed package's manifest.json remains authoritative for installation,
permissions, launch settings, and SDN publication. Keep the two versions aligned.
-
Required Element Summary
Required Elements -
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionReturns the source-visible script summary.Returns the source-visible release version.
-
Element Details
-
name
String nameReturns the script's display name.- Returns:
- human-readable script name
-
author
String authorReturns the visible author attribution.- Returns:
- author or publisher displayed to users
-
version
String versionReturns the source-visible release version.- Returns:
- semantic script version matching the package manifest
- Default:
"1.0.0"
-
description
String descriptionReturns the source-visible script summary.- Returns:
- concise description of the script's behavior
- Default:
""
-