@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Actions
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.Copyright 2011-2015 ForgeRock AS.