()
| 43 | @DoNotMock("Use Scope.scope(AnnotationMirror) to create an instance") |
| 44 | public abstract class Scope { |
| 45 | abstract Equivalence.Wrapper<AnnotationMirror> wrappedScopeAnnotation(); |
| 46 | |
| 47 | /** The {@link AnnotationMirror} that represents the scope annotation. */ |
| 48 | public final AnnotationMirror scopeAnnotation() { |