Class DefaultVersionInformation

java.lang.Object
org.mapstruct.ap.internal.processor.DefaultVersionInformation
All Implemented Interfaces:
VersionInformation

public class DefaultVersionInformation extends Object implements VersionInformation
Provides information about the processor version and the processor context implementation version.

Separated into an interface and this implementation to avoid cyclic dependencies between the processor package and the model package.

Author:
Andreas Gudian