org.tango.server.annotation
Annotation Type DeviceProperties


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface DeviceProperties

get all device properties and values in one field (Map) Allow to get unknown runtime properties

 @DeviceProperties
 public Map<String, String[]> props;
 

Author:
ABEILLE



Copyright © 2012-2014. All Rights Reserved.