How does JRebel know what classes have been changed?
JRebel monitors the folders from which classes are loaded and those which are specified in the rebel.xml
configuration file.
JRebel uses the operation system's functionality to notify applications about file changes. For system where this is not supported, JRebel will check a file's last modified timestamp to determine if it has changed.
Related articles
- What is rebel.xml and what does it do?
- Does every project or module require a separate rebel.xml?
- What is the best way to generate rebel.xml for my project?
- View all