javax.enterprise.util
Annotation Type Nonbinding


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface Nonbinding

Indicates that Qualifier annotation member is not contained in the type safe resolution algorithm.

Example:



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.