@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface CaChannel
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
name
Name of channel
|
java.lang.Class<?> |
type
Data type of Channel value
|
| Modifier and Type | Optional Element and Description |
|---|---|
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.
|
public abstract java.lang.Class<?> type
public abstract boolean monitor