Returns a debug representation of the scope.
()
| 132 | |
| 133 | /** Returns a debug representation of the scope. */ |
| 134 | @Override |
| 135 | public String toString() { |
| 136 | return scopeAnnotation().toString(); |
| 137 | } |
| 138 | } |
nothing calls this directly
no test coverage detected