proceed abstract method

void proceed(
  1. RuntimeHintDescriptor descriptor
)

Proceeds to configure the given RuntimeHintDescriptor by adding RuntimeHints to it.

This method is called during reflection scanning. Override this to manually register any custom instantiation, method calls, or field access logic required by your application.

Implementation

void proceed(RuntimeHintDescriptor descriptor);