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


@Retention(value=RUNTIME)
@Target(value=PARAMETER)
public @interface Input

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

Author:
dzmuda

Optional Element Summary
 Class<?> filteringClass
           
 String name
           
 String[] propertyPaths
           
 

name

public abstract String name
Default:
""

filteringClass

public abstract Class<?> filteringClass
Default:
void.class

propertyPaths

public abstract String[] propertyPaths
Default:
{}


Copyright © 2014 universAAL Consortium. All Rights Reserved.