The scope annotation element.
()
| 51 | |
| 52 | /** The scope annotation element. */ |
| 53 | public final TypeElement scopeAnnotationElement() { |
| 54 | return MoreTypes.asTypeElement(scopeAnnotation().getAnnotationType()); |
| 55 | } |
| 56 | |
| 57 | /** |
| 58 | * Creates a {@link Scope} object from the {@link javax.inject.Scope}-annotated annotation type. |
no test coverage detected