@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented public @interface ExtensionOf
Extensible.
It can either be applied to a class containing methods annotated with
Operation or to one of those methods themselves. If applied to a class,
then this declaration is propagated to all the comprised operation methods. If
one of those methods are also annotated, then the declaration of the method
takes precedence over the one on the type.public abstract Class<?> value
ExtensibleCopyright © 2017 MuleSoft, Inc.. All rights reserved.