All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.anarres.graphviz.builder.GraphVizScope Maven / Gradle / Ivy

There is a newer version: 1.0.12
Show newest version
/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package org.anarres.graphviz.builder;

import java.io.Serializable;

/**
 * A tagging interface for things to be used as graphviz scopes.
 *
 * You can implement this anywhere; it's just to make reflection easier in the IDE.
 *
 * @author shevek
 */
public interface GraphVizScope {

    public static class Impl implements GraphVizScope, Serializable {

        private static final long serialVersionUID = 1L;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy