Skip to content

SourceFile

Represents a Java source file.

Handles top level package declaration, as well as importing other sources

import { SourceFile } from "@alloy-js/java";
<SourceFile path="string">
{children}
</SourceFile>

Props

childrenoptionalChildren
pathstring