@Retention(value=RUNTIME) public @interface Explain
Modifier and Type | Optional Element and Description |
---|---|
String |
displayName |
boolean |
displayOnlyOnTrue |
Explain.Level[] |
explainLevels |
boolean |
skipHeader |
public abstract String displayName
public abstract Explain.Level[] explainLevels
public abstract boolean displayOnlyOnTrue
public abstract boolean skipHeader
Copyright © 2017 The Apache Software Foundation. All rights reserved.