JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Select Theme
Light
Dark
System Setting
org.jdbi.v3.core.qualifier
Qualifier
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface Qualifier
@Retention
(
RUNTIME
)
@Target
(
ANNOTATION_TYPE
)
public @interface
Qualifier
Annotation used to identify type qualifying annotations. Use this to annotate an annotation.
See Also:
as an example