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[]})

Not Yet Documented

Members

annotations : any[]

Not Yet Documented

parameters : any[][]

Not Yet Documented

factory : Function

Not Yet Documented

interfaces : any[]

Not Yet Documented

propMetadata : {[key: string]: any[]}

Not Yet Documented