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
           
 
Optional Element Summary
 java.lang.String accessorProperty
           
 

Element Detail

value

public abstract java.lang.String value

accessorProperty

public abstract java.lang.String accessorProperty
Default:
"value"


Copyright © 2010. All Rights Reserved.