@Requires(classes=Client.class) @Requires(property="graalvm.class.analysis") @Singleton public final class GraalClassLoadingAnalyzer extends Object
| Modifier and Type | Method and Description | 
|---|---|
static void | 
main(String... args)
Main method. 
 | 
void | 
onStartup(StartupEvent startupEvent)
Processes the startup event and reads common ingress/outgress points to ensure Jackson can
 marshall the method arguments. 
 | 
public static void main(String... args)
args - The arguments@EventListener public void onStartup(StartupEvent startupEvent)
startupEvent - The startup event