The AnnotationMirror that represents the scope annotation.
()
| 46 | |
| 47 | /** The {@link AnnotationMirror} that represents the scope annotation. */ |
| 48 | public final AnnotationMirror scopeAnnotation() { |
| 49 | return wrappedScopeAnnotation().get(); |
| 50 | } |
| 51 | |
| 52 | /** The scope annotation element. */ |
| 53 | public final TypeElement scopeAnnotationElement() { |
no test coverage detected