org.lsst.ccs.bus.trending
Annotation Type TrendingData


@Documented
@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface TrendingData

Field annotation (should be updated to accessor methods)

Author:
bamade

Optional Element Summary
 String key
          the key of data is usually the name of the field but this can be changed to a different key
 

key

public abstract String key
the key of data is usually the name of the field but this can be changed to a different key

Returns:
Default:
""


Copyright © 2013 LSST. All Rights Reserved.