com.dooapp.gaedo.blueprints.annotations.Namespaces Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of gaedo-blueprints Show documentation
Show all versions of gaedo-blueprints Show documentation
Implementation of gaedo mechanisms backed by blueprints graph layer
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