Updates the initialization flag for this meta class. @param initialized the new initialization state
(boolean initialized)
| 3405 | * @param initialized the new initialization state |
| 3406 | */ |
| 3407 | protected void setInitialized(boolean initialized) { |
| 3408 | this.initialized = initialized; |
| 3409 | } |
| 3410 | |
| 3411 | /** |
| 3412 | * @return {@code false}: add method |