@Retention(value=RUNTIME) public @interface Extend
Extensible
objects.ExtensionPoint
defined using extensionAPI()
and traitAPI()
has its
extension invoked.RouteExtensions
. Consequently the call will be routed to a
method of an extension object having the same signature as the marked method.Modifier and Type | Required Element and Description |
---|---|
Class<?> |
extensionAPI |
Class<? extends Trait> |
traitAPI |
Copyright © 2005–2017 Alfresco Software. All rights reserved.