Skip to main content

before_application

Attribute Macro before_application 

Source
#[before_application]
Expand description

The Java @BeforeApplication(sequence) analog: an EntryPoint that runs before functions are registered (validation/compilation work). Lower sequences run first (default 10; 0 is framework-reserved; a failing hook aborts startup).