Annotation Type Operation


  • @Target(METHOD)
    @Retention(RUNTIME)
    public @interface Operation
    An Operation as on an entity in the Rest API Your method signature should have 4 parameters (uniqueId, typePassedin, Parameters, WithResponse), " use Void if you are not interested in the second argument.
    Author:
    Gethin James
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value  
    • Element Detail

      • value

        java.lang.String value