export class ReflectionInfo
export class ReflectionInfo
exported from angular2/core defined in angular2/src/core/reflection/reflector.ts (line 14)
Reflective information about a symbol, including annotations, interfaces, and other metadata.
Constructor
constructor(annotations?: any[], parameters?: any[][], factory?: Function, interfaces?: any[], propMetadata?: {[key: string]: any[]})
constructor(annotations?: any[], parameters?: any[][], factory?: Function, interfaces?: any[], propMetadata?: {[key: string]: any[]})
Not Yet Documented
Members
annotations : any[]
annotations : any[]
Not Yet Documented
parameters : any[][]
parameters : any[][]
Not Yet Documented
factory : Function
factory : Function
Not Yet Documented
interfaces : any[]
interfaces : any[]
Not Yet Documented
propMetadata : {[key: string]: any[]}
propMetadata : {[key: string]: any[]}
Not Yet Documented