reflectionClassName property

String reflectionClassName
final

Name of the generated reflection class (optional).

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

Implementation

final String reflectionClassName;