Bean.ts 148 B

12345678
  1. import { getSingleton, setSingleton } from "./Singleton/SingletonAnnotation";
  2. export {
  3. setSingleton as Bean,
  4. getSingleton as Autowired
  5. }