A javax.inject.Qualifier annotation that provides a unique namespace prefix for the type of this key.
()
| 44 | * for the type of this key. |
| 45 | */ |
| 46 | public final Optional<AnnotationMirror> qualifier() { |
| 47 | return wrappedQualifier().map(Wrapper::get); |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * The type represented by this key. |