org.universAAL.middleware.api.annotation
Annotation Type ChangeEffect


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface ChangeEffect

Annotation used for generating ServiceProfile. For each of such annotation a separate addChangeEffect call is made on SimpleAPIService.

Author:
dzmuda

Required Element Summary
 String[] propertyPaths
           
 String value
           
 Class<?> valueType
           
 

Element Detail

propertyPaths

public abstract String[] propertyPaths

value

public abstract String value

valueType

public abstract Class<?> valueType


Copyright © 2014 universAAL Consortium. All Rights Reserved.