Skip to content

Defer ViewModelMetadata processing on error types or missing @AssistedFactory.#5175

Merged
copybara-service[bot] merged 1 commit into
masterfrom
test_914946016
Jun 5, 2026
Merged

Defer ViewModelMetadata processing on error types or missing @AssistedFactory.#5175
copybara-service[bot] merged 1 commit into
masterfrom
test_914946016

Conversation

@copybara-service

Copy link
Copy Markdown

Defer ViewModelMetadata processing on error types or missing @AssistedFactory.

This change throws an ErrorTypeException when the assisted factory type is an error type or when the factory class is not yet annotated with @AssistedFactory. This allows the compiler to defer processing to a later round, giving time for the necessary types and annotations to be fully generated.

RELNOTES=Defered ViewModelMetadata processing on error types or missing @AssistedFactory

@copybara-service copybara-service Bot force-pushed the test_914946016 branch 2 times, most recently from 1b32c04 to 7450be4 Compare June 5, 2026 03:25
…dFactory.

This change throws an ErrorTypeException when the assisted factory type is an error type or when the factory class is not yet annotated with @AssistedFactory. This allows the compiler to defer processing to a later round, giving time for the necessary types and annotations to be fully generated.

RELNOTES=Defered ViewModelMetadata processing on error types or missing @AssistedFactory
PiperOrigin-RevId: 927045751
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant