UNPKG

jec-sandcat

Version:

JEC Sandcat - The default RESTful web services framework for GlassCat applications.

13 lines (12 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class ParameterDescriptor { constructor() { this.index = null; this.key = null; this.methodName = null; this.value = null; this.annotationType = null; } } exports.ParameterDescriptor = ParameterDescriptor;