Class ReflectionCacheHotswapper

java.lang.Object
com.vaadin.flow.internal.ReflectionCacheHotswapper
All Implemented Interfaces:
VaadinHotswapper

@Priority(2147483647) public class ReflectionCacheHotswapper extends Object implements VaadinHotswapper
Clears all mappings from all reflection caches and related resources when one or more classes has been changed.

Should run as last, so other hotswappers can still query ReflectionCache to get previous data before the cache is cleared.