Returns true if this scope is the Reusable @Reusable scope.
()
| 83 | |
| 84 | /** Returns {@code true} if this scope is the {@link Reusable @Reusable} scope. */ |
| 85 | public final boolean isReusable() { |
| 86 | return isScope(Reusable.class); |
| 87 | } |
| 88 | |
| 89 | /** Returns {@code true} if this scope is the {@link ProductionScope @ProductionScope} scope. */ |
| 90 | public final boolean isProductionScope() { |
no test coverage detected