Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface JavaClass<T>

The notation JavaClass<"name"> is a placeholder in the documentation for a script object that represents a Java type (not an instance of a Java type). It can be used instead of JavaObject to specify that the object in question must be the fully qualified name of a Java class.

Type parameters

  • T: string

Hierarchy