de.starface.integration.uci.java.v30
Annotation Type UciService


@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface UciService

This annotation marks an interface to be available as UCI service and defines the name of that service.


Required Element Summary
 String value
          The name of the UCI service provided by the annotated type.
 

Element Detail

value

public abstract String value
The name of the UCI service provided by the annotated type.



Copyright © 2012 STARFACE GmbH. All rights reserved.