Indicates whether this meta class finished initialization. @return true once initialization completed
()
| 3396 | * @return {@code true} once initialization completed |
| 3397 | */ |
| 3398 | protected boolean isInitialized() { |
| 3399 | return initialized; |
| 3400 | } |
| 3401 | |
| 3402 | /** |
| 3403 | * Updates the initialization flag for this meta class. |
no outgoing calls
no test coverage detected