javax.enterprise.inject
Annotation Type Nonbinding


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

Specifies that a member of a binding type or interceptor binding type is to be ignored for the purposes of resolution.

Author:
Gavin King



Copyright © 2008-2009 Seam Framework. All Rights Reserved.