org.qi4j.library.rest.server.api.constraint
Interface InteractionConstraint<ANNOTATION extends java.lang.annotation.Annotation>

All Known Implementing Classes:
ServiceAvailable.ServiceAvailableConstraint

public interface InteractionConstraint<ANNOTATION extends java.lang.annotation.Annotation>

JAVADOC


Method Summary
 boolean isValid(ANNOTATION annotation, ObjectSelection objectSelection)
           
 

Method Detail

isValid

boolean isValid(ANNOTATION annotation,
                ObjectSelection objectSelection)