Interface CodeProvider

All Superinterfaces:
AutoCloseable, CodeLoader, CodeNode, CodeWithContext
All Known Subinterfaces:
CodeContext, CodeSource

public interface CodeProvider extends CodeNode, CodeLoader, AutoCloseable
Abstract interface used to retrieve CodePackages and CodeTypes. Common parent of CodeSource and CodeContext.
Since:
1.0.0
Author:
hohwille