ing
This commit is contained in:
parent
88d853bdb7
commit
69601984c2
|
@ -14,6 +14,6 @@
|
|||
// }
|
||||
|
||||
// public getName(): PropertyKeyType {
|
||||
// return this.getDeclaringClass().getName();
|
||||
// return '';
|
||||
// }
|
||||
// }
|
|
@ -1,8 +1,8 @@
|
|||
export * from './accessible_object';
|
||||
export * from './annotated_element';
|
||||
export * from './annotation';
|
||||
export * from './class_constructor';
|
||||
export * from './class';
|
||||
export * from './constructor';
|
||||
export * from './executable';
|
||||
export * from './field';
|
||||
export * from './member';
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
import {
|
||||
Annotation,
|
||||
Class,
|
||||
Constructor,
|
||||
Field,
|
||||
Method,
|
||||
Parameter,
|
||||
|
|
Loading…
Reference in New Issue
Block a user