JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Tree
Deprecated
Index
Search
Help
io.micronaut.context.annotation
NonBinding
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface NonBinding
@Retention
(
RUNTIME
)
@Target
(
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