@Retention(value=RUNTIME)
@Target(value=METHOD)
public static @interface Vocabulary.BidirectionalModel
Modifier and Type | Required Element and Description |
---|---|
Vocabulary.Field |
field
Returns the property field that holds information about the property
added to the linked type.
|
java.lang.Class<? extends Identifier<?>> |
modelClass
Returns the class of the resource being linked to.
|
public abstract Vocabulary.Field field
public abstract java.lang.Class<? extends Identifier<?>> modelClass