Package org.objectweb.fractal.julia.loader

Provides a loader to load or to generate classes on the fly.

See:
          Description

Interface Summary
Generated The interface that all Julia's generated classes must implement.
Initializable The interface used by the newObject method to initialize some objects.
Loader An interface to load classes or to generate them on the fly.
 

Class Summary
BasicLoader Provides a basic implementation of the Loader interface.
DynamicLoader Provides an implementation of the Loader interface that can generate classes on the fly.
Tree An immutable string tree.
UseLoaderMixin Provides a Loader field to a Controller.
 

Package org.objectweb.fractal.julia.loader Description

Provides a loader to load or to generate classes on the fly.

Since:
Julia 2.0