net.sourceforge.fluxion.annotations
Annotation Type MetaOWLClass


@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface MetaOWLClass

OWL class annotation.

This should be used to annotate annotations that will be used to annotate classes with OWL types. You should use this in the style described below.

Author:
Matthew Pocock

Required Element Summary
 java.lang.String value
           
 

Element Detail

value

public abstract java.lang.String value


Copyright © 2010. All Rights Reserved.