Returns a representation for ProductionScope @ProductionScope scope.
(Elements elements)
| 42 | |
| 43 | /** Returns a representation for {@link ProductionScope @ProductionScope} scope. */ |
| 44 | static Scope productionScope(Elements elements) { |
| 45 | return scope(elements, ProductionScope.class); |
| 46 | } |
| 47 | |
| 48 | /** Returns a representation for {@link Singleton @Singleton} scope. */ |
| 49 | static Scope singletonScope(Elements elements) { |