Annotation Type Actions


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Actions
    Declare an array of Action operations from a single method. Typically this would be used when implementing the CollectionResourceProvider and SingletonResourceProvider, where all action operations arrive at a single interface method.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      Action[] value
      The actions.
    • Element Detail

      • value

        Action[] value
        The actions.