javax.annotation
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. All Rights Reserved.