@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.public abstract Action[] value
Copyright © 2010-2018, ForgeRock All Rights Reserved.