@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface Vocabulary.Type
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
value
Returns the type's name.
|
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description
Returns the type description, if the type is a custom type; returns
an empty string otherwise.
|
java.lang.String |
schemaURL
Returns the type's schema URL.
|
public abstract java.lang.String value