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

com.dooapp.gaedo.blueprints.annotations.Namespaces Maven / Gradle / Ivy

There is a newer version: 1.0.16
Show newest version
package com.dooapp.gaedo.blueprints.annotations;

/**
 * Collection of namespaces usable in this entity
 * @author ndx
 *
 */
public @interface Namespaces {
	/**
	 * Collection of namespaces used in an entity. When empty, default namespaces are used
	 * @return
	 */
	public Namespace[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy