@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Nonbinding
Qualifier annotation member
is not contained in the type safe resolution algorithm.
Example:
@Qualifier
public @interface Mock {
@NonBinding String name;
}
Mock qualifier name member variable is excepted from the
type safe resolution algorithm while comparing the qualifiers.
Copyright © 2025. All rights reserved.