@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface Link
Modifier and Type | Optional Element and Description |
---|---|
boolean |
cache
If
true the value of the annotated field should be
cached. |
ReferenceType |
type |
public abstract ReferenceType type
public abstract boolean cache
true
the value of the annotated field should be
cached.
Default value is false