reload property

bool reload
final

When true, performs a complete reload of all reflection data.

This flag forces the scanner to:

  • Clear existing metadata
  • Rescan all specified sources
  • Rebuild all derived data structures

Defaults to false for incremental scanning.

Implementation

final bool reload;