@Documented @Target(value={PACKAGE,TYPE}) @Retention(value=RUNTIME) public @interface Term
| Modifier and Type | Required Element and Description |
|---|---|
String |
as
What the term stands for, e.g. a vocabulary uri like http://xmlns.com/foaf/0.1/ could stand for foaf.
|
String |
define
Term, e.g. a shorthand for a vocabulary to be used in compact uris, like foaf,
or a manual term definition such as 'fullName'.
|
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
reverse
Whether the term is a reversed property.
|
public abstract String define
public abstract String as
Copyright © 2014–2015. All rights reserved.