Complete the initialisation process. After this method is called no methods should be added to the metaclass. Invocation of methods or access to fields/properties is forbidden unless this method is called. This method should contain any initialisation code, taking a longer time to complete. An examp
()
| 145 | * method. |
| 146 | */ |
| 147 | void initialize(); |
| 148 | |
| 149 | /** |
| 150 | * Retrieves a list of MetaProperty instances that the MetaClass has |
no outgoing calls
no test coverage detected