Skip to content

Commit

Permalink
trivial: fix typo and link
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin committed Sep 30, 2024
1 parent 3766bfa commit 1ad028a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.sisu.inject/src/site/markdown/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Those are
Annotation | Method called... | Leveraged Guice Hook
--- | ---
`org.eclipse.sisu.PostConstruct` (or `javax.annotation.PostConstruct`) | Before bean is started | [`com.google.inject.spi.InjectionListener.afterInjection(...)`](https://google.github.io/guice/api-docs/6.0.0/javadoc/com/google/inject/spi/InjectionListener.html#afterInjection(I))
`org.eclipse.sisu.PreDestroy` (or `javax.annotation.PreDestroy.`) | Before bean is stopped | Is not called by default, only via [Plexus API](../org.eclipse.sisu.plexus).
`org.eclipse.sisu.PreDestroy` (or `javax.annotation.PreDestroy`) | Before bean is stopped | Is not called by default, only via [Plexus API](../org.eclipse.sisu.plexus/apidocs/org/codehaus/plexus/DefaultPlexusContainer.html).

The annotations defined in [JSR 250](https://jcp.org/en/jsr/detail?id=250) are recognized in addition to the native Sisu ones when their classes are detected in the class path.

Expand Down

0 comments on commit 1ad028a

Please sign in to comment.