6 lines
200 B
TypeScript
6 lines
200 B
TypeScript
// export default function Resource(beanName?: string): PropertyDecorator {
|
|
// return function (target: Object, propertyKey: string | symbol) {
|
|
// console.log(target, propertyKey);
|
|
// };
|
|
// }
|