Skip to content

Commit

Permalink
Clarify content of named index
Browse files Browse the repository at this point in the history
  • Loading branch information
kwin authored Mar 8, 2025
1 parent 8ea80a1 commit 25c3c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.sisu.inject/src/site/markdown/named-index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Named Index

Often Sisu's `SpaceModule` doesn't scan the full classpath at run time (for relevant annotations) but relies on a pre-generated index at `META-INF/sisu/javax.inject.Named`.
Often Sisu's `SpaceModule` doesn't scan the full classpath at run time (for relevant annotations) but relies on a pre-generated index at `META-INF/sisu/javax.inject.Named`. This file contains the fully qualified class names (one class name per line). The line separator may be either `\n`, `\r` or `\r\n`.

## Generate the named index

Expand Down

0 comments on commit 25c3c4a

Please sign in to comment.