org.qi4j.library.rest.server.api
Class InteractionConstraintsConcern

java.lang.Object
  extended by org.qi4j.api.concern.ConcernOf<java.lang.reflect.InvocationHandler>
      extended by org.qi4j.api.concern.GenericConcern
          extended by org.qi4j.library.rest.server.api.InteractionConstraintsConcern
All Implemented Interfaces:
java.lang.reflect.InvocationHandler

@AppliesTo(value=InteractionConstraintsConcern.HasInteractionConstraints.class)
public class InteractionConstraintsConcern
extends GenericConcern

Add this concern to all interaction methods that use constraints


Nested Class Summary
static class InteractionConstraintsConcern.HasInteractionConstraints
           
 
Field Summary
 
Fields inherited from class org.qi4j.api.concern.ConcernOf
next
 
Constructor Summary
InteractionConstraintsConcern()
           
 
Method Summary
 java.lang.Object invoke(java.lang.Object proxy, java.lang.reflect.Method method, java.lang.Object[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InteractionConstraintsConcern

public InteractionConstraintsConcern()
Method Detail

invoke

public java.lang.Object invoke(java.lang.Object proxy,
                               java.lang.reflect.Method method,
                               java.lang.Object[] args)
                        throws java.lang.Throwable
Throws:
java.lang.Throwable