org.qi4j.library.rest.server.api.constraint
Annotation Type ServiceAvailable


@Retention(value=RUNTIME)
public @interface ServiceAvailable

Annotate interaction methods with ServiceAvailable. They will only be valid if a service with the given type is available.


Required Element Summary
 java.lang.Class value
           
 

Element Detail

value

public abstract java.lang.Class value