public static class PluginContentScanner.ExtensionMetaData
extends java.lang.Object
Class name and annotation value of the class provided by a plugin to extend an existing extension point in Gerrit.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
annotationValue |
java.lang.String |
className |
Constructor and Description |
---|
ExtensionMetaData(java.lang.String className,
java.lang.String annotationValue) |