Skip to content

Commit 25c3c4a

Browse files
authored
Clarify content of named index
1 parent 8ea80a1 commit 25c3c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

org.eclipse.sisu.inject/src/site/markdown/named-index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Named Index
22

3-
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`.
3+
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`.
44

55
## Generate the named index
66

0 commit comments

Comments
 (0)