Class TraceDiagnostic<S extends JavaFileObject>

java.lang.Object
io.github.ascopes.jct.diagnostics.TraceDiagnostic<S>
Type Parameters:
S - the file type.
All Implemented Interfaces:
Diagnostic<S>

@API(since="0.0.1", status=STABLE) public class TraceDiagnostic<S extends JavaFileObject> extends Object implements Diagnostic<S>
A wrapper around a Diagnostic which contains additional information about where the diagnostic was reported.
Since:
0.0.1
Author:
Ashley Scopes