Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify that duplicate type discovery is non-portable #571

Merged
merged 1 commit into from
Dec 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
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