Package javax.enterprise.util
Annotation Type Nonbinding
-
@Retention(RUNTIME) @Target(METHOD) public @interface Nonbinding
Indicates thatQualifier
annotation member is not contained in the type safe resolution algorithm.Example:
@Retention(RUNTIME)
@Target(METHOD)
public @interface Nonbinding
Qualifier
annotation member
is not contained in the type safe resolution algorithm.
Example: