reflectionClassName property
Name of the generated reflection class (optional).
- Defaults to
class name+$reflection. - Example:
User$reflection
Implementation
final String reflectionClassName;
Name of the generated reflection class (optional).
class name + $reflection.User$reflectionfinal String reflectionClassName;