Interface PackageContainerGroup

All Superinterfaces:
AutoCloseable, Closeable, ContainerGroup
All Known Subinterfaces:
OutputContainerGroup

@API(since="0.0.1", status=STABLE) public interface PackageContainerGroup extends ContainerGroup
Base interface representing a group of package-oriented paths.

Warning: container group APIs are not designed to allow reuse between compilation runs due the behaviour around providing access to class loaders. See the notes for getClassLoader() for more details.

Since:
0.0.1
Author:
Ashley Scopes