> ## Documentation Index
> Fetch the complete documentation index at: https://cdktn.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Java: MigrateIds

> CDKTN Core API Reference for MigrateIds in Java.

* *Implements:* <a href="#cdktn.IAspect">IAspect</a>

For migrating past 0.17 where the feature flag for the old id generation logic was removed after being deprecated since 0.15.

## Initializers <a name="Initializers" id="cdktn.MigrateIds.Initializer" />

```java theme={null}
import io.cdktn.cdktn.MigrateIds;

new MigrateIds();
```

| **Name** | **Type** | **Description** |
| -------- | -------- | --------------- |

***

## Methods <a name="Methods" id="Methods" />

| **Name**                                                 | **Description**                      |
| -------------------------------------------------------- | ------------------------------------ |
| <code><a href="#cdktn.MigrateIds.visit">visit</a></code> | All aspects can visit an IConstruct. |

***

### `visit` <a name="visit" id="cdktn.MigrateIds.visit" />

```java theme={null}
public void visit(IConstruct node)
```

All aspects can visit an IConstruct.

#### `node`<sup>Required</sup> <a name="node" id="cdktn.MigrateIds.visit.parameter.node" />

* *Type:* software.constructs.IConstruct

***
