@Target(value=TYPE) @Repeatable(value=StubPorts.class) public @interface StubPort
org.graalvm.compiler.lir.processor.StubPortProcessor.| Modifier and Type | Required Element and Description |
|---|---|
String |
commit
Version of the original source code when the port was created or last updated.
|
int |
lineEnd
Ending line of the ported stub.
|
int |
lineStart
Starting line of the ported stub.
|
String |
path
Relevant path of source code file containing the ported stub.
|
String |
sha1
Digest of the source code that was ported.
|
public abstract String path
public abstract String commit
public abstract String sha1