Felix
10/23/2024, 1:44 PMexecute function is @InternalAPI, which makes it difficult to create custom implementations.Aleksei Tirman [JB]
10/25/2024, 11:10 AMInternalAPI annotation, which has been introduced here to prevent developers from calling the execute method directly.Felix
10/29/2024, 7:56 AMexecute is annotated with @InternalAPI.