org.epics.pvmanager.data
Annotation Type Metadata


@Documented
public @interface Metadata

Annotation to flag which fields are considered part of the metadata. Metadata changes at a much slower rate than data, typically does not change during a session and should be optimized accordingly.

In Epics V3, these fields are fetched once at each connection, while in Epics V4 are monitored as the rest.

Author:
carcassi