- Resolved many JavaDoc errors.
- Maven will publish the sources and JavaDocs from this version onwards.
- Function executors call the next executor by themselves through a FunctionInvocation object (call chain).
- Made the whole function system more consistent (e.g. with publicly accessible invocation counters).
- Refactored a whole bunch of code based on automatic suggestions.
- Some internal changes which are only important for Classmod implementations.
- In order to use this update, function executors must use the new method signature "invoke(FunctionInvocation, Object...)" and call the FunctionInvocation.next() method somewhere.
- Fixed some build information which is important for Maven and Jenkins.
- Added the MoCl system for creating modifiable classes from Disconnected.