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

org.jvnet.annox.model.XAnnotated Maven / Gradle / Ivy

There is a newer version: 1.0.2
Show newest version
package org.jvnet.annox.model;

public class XAnnotated {

	protected final XAnnotation[] xannotations;

	public XAnnotated(XAnnotation[] xannotations) {
		this.xannotations = xannotations;
	}

	public XAnnotation[] getXAnnotations() {
		return xannotations;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy