Skip to content

Commit

Permalink
Update apm-agent-core/src/main/java/co/elastic/apm/agent/context/Init…
Browse files Browse the repository at this point in the history
…ializableLifecycleListener.java

Co-authored-by: SylvainJuge <[email protected]>
  • Loading branch information
raphw and SylvainJuge authored Oct 9, 2023
1 parent 9fefdb5 commit 1ff99be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public interface InitializableLifecycleListener extends LifecycleListener {

/**
* Callback for tracer initialization. As opposed to {@link LifecycleListener#start()}, which may
* be called in a delay, this callback is called at the bootstrap of the JVM, before anything else start.
* be called in a delay, this callback is called at the bootstrap of the JVM, before anything else starts.
* This may be useful for listeners that need to operate very early on, for example such that setup class loading
* requirement to support OSGi systems.
*/
Expand Down

0 comments on commit 1ff99be

Please sign in to comment.