@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface NonBinding
Excludes a member of an annotation type (such as a qualifier type or interceptor binding type) from consideration when the container compares two annotation instances.
- Since:
- 3.0
- Author:
- graemerocher