com.github.frtu.dot.attributes.Attributes Maven / Gradle / Ivy
The newest version!
package com.github.frtu.dot.attributes;
/**
* Attributes used in attr_stmt for a {@link com.github.frtu.dot.model.Graph}.
*
* @param Type fro which the attribute applies
* @author frtu
* @see Dot definition
* @see Node, Edge and Graph Attributes
* @since 0.3.6
*/
public class Attributes {
}