org.grinvin.io.graphs
Class AnnotationLoader
java.lang.Object
org.grinvin.io.graphs.AnnotationLoader
public class AnnotationLoader
extends java.lang.Object
static void | load(Annotation annotation, Element element)
|
static void | load(Annotation annotation, InputStream input) - Load the annotation from the input stream.
|
load
public static void load(Annotation annotation,
Element element)
throws IOException
load
public static void load(Annotation annotation,
InputStream input)
throws IOException
Load the annotation from the input stream.