The type represented by this key.
()
| 51 | * The type represented by this key. |
| 52 | */ |
| 53 | public final TypeMirror type() { |
| 54 | return wrappedType().get(); |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * A {@link javax.inject.Qualifier} annotation that provides a unique namespace prefix |