@Target(value=METHOD) @Retention(value=RUNTIME) @Documented @UseWith(value=SERVICE_DECORATOR) public @interface Match
decorateMyService() would decorate only the service provided
by the buildMyService() method, within the same module.| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value
Defines a list of patterns matched against potential service ids to identify to which services the decorator
applies.
|
public abstract java.lang.String[] value
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.