Class DelegatingCompilationResult

All Implemented Interfaces:
Serializable, Comparable<Artifact<?>>

public class DelegatingCompilationResult extends CompilationResult
A delegate for CompilationResult intended for third party linkers that want to modify a compilation result. Extending this class should insulate against future changes to the CompilationResult type.
See Also: