reflectionExtensionName property

String reflectionExtensionName
final

Name of the generated reflection extension (optional).

  • Defaults to class name + $reflectionExtension.
  • Example: User$reflectionExtension

Implementation

final String reflectionExtensionName;