Package javax.enterprise.util
Annotation Type Nonbinding
Excludes a member of an annotation type (such as a qualifier type or
) from consideration when the container compares two annotation
instances.
invalid reference
interceptor binding type
@Qualifier @Retention(RUNTIME) @Target({ METHOD, FIELD, PARAMETER, TYPE }) public @interface PayBy { PaymentMethod value(); @Nonbinding String comment(); }
- Author:
- Gavin King
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Supports inline instantiation of theNonbinding
annotation.