org.grinvin.io.graphs

Class AnnotationLoader


public class AnnotationLoader
extends java.lang.Object

Method Summary

static void
load(Annotation annotation, Element element)
static void
load(Annotation annotation, InputStream input)
Load the annotation from the input stream.

Method Details

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.