org.universAAL.middleware.api.annotation
Annotation Type OntologyClasses


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface OntologyClasses

Annotation which is used for Ontology registering. Classes provided as a value is scanned for occurence of MY_URI field and then registered with the use of OntologyManagement.getInstance().register(baseURI, MY_URI) where baseURI is namespace + name from @UniversAALService annotation

Author:
dzmuda

Required Element Summary
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value


Copyright © 2014 universAAL Consortium. All Rights Reserved.