@Retention(value=RUNTIME)
public @interface Stage
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends QueryStageConfig> |
configClass
Stage configuration class.
|
java.lang.String |
type
Stage type name to uniquely identify custom stage.
|
public abstract java.lang.String type
public abstract java.lang.Class<? extends QueryStageConfig> configClass