@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface GraphPrintVisitor.CustomGraphPrintHandler
Modifier and Type | Required Element and Description |
---|---|
java.lang.Class<? extends GraphPrintVisitor.GraphPrintHandler> |
handler |
public abstract java.lang.Class<? extends GraphPrintVisitor.GraphPrintHandler> handler