enumSourceUris static method
Returns a map of enum names to their canonical source URIs.
Used for deduplication when the same enum is exported through multiple barrels (e.g., tom_core_kernel and tom_core_server).
Implementation
static Map<String, String> enumSourceUris() {
return {
};
}