net.sourceforge.fluxion.annotations
Annotation Type MetaOWLProperty
@Documented
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
public @interface MetaOWLProperty
OWL property annotation.
This should be used to annotate annotations that will be used to annotate
methods with OWL types. You should use this in the style described below.
- Author:
- Matthew Pocock
Required Element Summary |
java.lang.String |
value
|
value
public abstract java.lang.String value
accessorProperty
public abstract java.lang.String accessorProperty
- Default:
- "value"
Copyright © 2010. All Rights Reserved.