Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ public interface ScannedClasses {
/**
* Adds a class with given name to the set of types discovered during type discovery.
* The class will therefore be scanned during bean discovery.
* <p>
* Adding the same class multiple times, or adding a class that is automatically discovered
* by the container, leads to non-portable behavior.
*
* @param className binary name of the class, as defined by <cite>The Java&trade; Language Specification</cite>;
* in other words, the class name as returned by {@link Class#getName()}
Expand Down