|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@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"
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV CLASS
NEXT CLASS
FRAMES
NO FRAMES
SUMMARY: REQUIRED | OPTIONAL
DETAIL: ELEMENT
Copyright © 2010. All Rights Reserved.