Package org.epics.ca.annotation
Annotation Type CaChannel
-
@Target(FIELD) @Retention(RUNTIME) public @interface CaChannelAnnotation to annotate channels
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanmonitorFlag whether to monitor the channel or not (default: false) If using monitor=true the ChannelBean type must match the type of the Channel Access channel.
-
-
-
-
monitor
boolean monitor
Flag whether to monitor the channel or not (default: false) If using monitor=true the ChannelBean type must match the type of the Channel Access channel. i.e. you must not set a ChannelBean<Double> on monitor when it is bound to a Channel Access channel of type String.- Returns:
- Monitor yes/no
- Default:
- false
-
-